FOMI - Font Migrator

Brief Instruction

Description
Brief Instruction
Data Formats
Download/Pricelist



Load Font

  1. Open dialog Font via menu "File", "New"
  2. Choose font and properties
  3. Confirm by button "Ok"


Select Character Set

ANSI: All letters from 00h to FFh can be loaded and displayed. Control characters or undefined letters are indicated by dummies.

Unicode: All visible letters from 0000h to FFFFh can be loaded and displayed.Control characters, undefined letters or letters without a valid width are ignored when loading.



Check/Define Font Label

The font label is composed of font name, style and size.
Check label and change if necessary.

Hint: The font label will be deployed in the source code.


Edit Comments and Includes

Add hints, notes or instructions. Check suggested includes and change if necessary.

Hint: The text will be inserted below the header in the source code.


Optimize Memory Requirements

All font letters are displayed in the letter table. Target controller memory requirements can be optimized by deleting dispensable letters orcontrol characters.

  1. Select character by mouse
    (Multiselection with Shift button pressed)
  2. Delete character via menu "Edit", "Delete" or button Delete




Customize Letters

Letters can be edited in any bitmap editor.

  1. Select letter in character table
  2. Click on letter preview and copy to clipboard via
    menu "Edit", "Copy" or buttons Ctrl+C
  3. Open bitmap editor, eg Microsoft Paint
  4. Paste letter from clipboard into bitmap editor
  5. After letter edition is done, copy image from bitmap
    editor to clipboard again.
  6. Click on FOMI letter preview and paste back image
    from clipboard via menu "Edit", "Paste" or buttons Ctrl+V




Save Changes

Changes are saved via menu "File", "Save" or "Save As...", data type "FOMI Database FDB".
The customized letter set is now available for further editing or creating source code data structures.


Generate Source Code

  1. Open FDB file via menu "File", "Open"
  2. Choose source code generator: Menu "File", "Create", "Demo File (*.txt)"
  3. Select directory and enter filename in file dialog "Save As"
    and confirm by button "Save"


Letter Set Ordinal Template

Letter set ordinal template files contain a list of letter ordinal values. Imported fonts can easily be optimized by reducing to necessary letters.

Create Template
  1. Open FDB file via menu "File", "Open"
  2. Create Ordinal Template file via menu "File",
    "Save As...", data type "FOMI Ordinal Template FOT"

Apply Template
  1. Load font via menu "File", "New"
  2. Open FOT file via menu "File", "Open",
    data type "FOMI Ordinal Template FOT"
>> The font will be reduced to defined letters in FOT file.