IEC Font Designer: Difference between revisions

From Axel Public Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 5: Line 5:
* Select one or more character subsets
* Select one or more character subsets
* Choose "Proportional" flag if needed (and if supported by your runtime); otherwise the font will be monospaced (fixed width)
* Choose "Proportional" flag if needed (and if supported by your runtime); otherwise the font will be monospaced (fixed width)
* Choose "Embedded map" flag if supported by your runtime (this will optimize the font usage inside the runtime). Always activate it for LLExec runtimes
* Choose "Embedded map" flag if required (this is needed by some targets to save RAM usage)
* Choose appropriate W and H (width and height) fields, until all characters are propertly centered (yellow boxes should not be present)
* Choose appropriate W and H (width and height) fields, until all characters are propertly centered (yellow boxes should not be present)
* Go to "IEC generator" tab, and click "From generator"
* Go to "IEC generator" tab, and click "From generator"

Latest revision as of 15:06, 21 April 2020

The "IEC Font Designer" tool can be used to generate fonts in a format suitable for use inside PageLab.

Basic usage instructions:

  • Select a font and a font size
  • Select one or more character subsets
  • Choose "Proportional" flag if needed (and if supported by your runtime); otherwise the font will be monospaced (fixed width)
  • Choose "Embedded map" flag if required (this is needed by some targets to save RAM usage)
  • Choose appropriate W and H (width and height) fields, until all characters are propertly centered (yellow boxes should not be present)
  • Go to "IEC generator" tab, and click "From generator"
  • Then click "Save" (it is recommended to leave the default file name as proposed)

It is now possible to import the generated .PLF file inside your PageLab project.

The .PLF file (that is a textual file) will be then converted into .PLK font (that is an optimized binary file); if you want to put your new font inside your catalog for distribution, it is better to put directly the .PLK file.

You can download the latest version here