Skip to content

Releases: Dimon-II/FontFit

Colored SVG support

19 Dec 21:47
cf86a96
Compare
Choose a tag to compare

The program allows us to align the SVG glyphs located in a separate directory.
image

Use entire font horiz-adv-x attribute

16 Aug 10:32
e8c48e8
Compare
Choose a tag to compare

This attribute is not stored in glyph attributes, if the glyph size is the same as the default glyph size for the entire font.

1.0.0.1

26 Jul 20:16
3a288d4
Compare
Choose a tag to compare

image
This program is designed to align game icons embedded in a font with numbers or other symbols. The glyph can be adjusted to the height of the selected large character (for example, brackets) and vertically centered relative to the numbers next to which they will be used. In order not to deal with binary formats, a SVG font is used as a working file. If there is the same TTF/OTF file in the directory next to the SVG font, then it is used for displaying in the glyph tree and kerning table.
Added the ability to auto-kerning and its manual adjustment. Unfortunately - most free programs refuse to do kerning for non-Latin characters (Cyrillic).
image

FontFit init

24 Jul 21:50
9719605
Compare
Choose a tag to compare

image

The catalog should contain SVG fonts and the OTF / TTF fonts of the same name.
This tool was done for the vertical alignment of glyphs, but the auto-kerning was also added:

  1. Add rows (1st kerning character) and columns (2nd character). You can add several selected glyphs or a whole branch of the tree (Cyrillic, Latin, etc.). If the font has kerning settings, they are displayed in the table.
  2. Calc - calculates kerning based on the minimum and maximum distance settings. You can set all the numbers to 100 - then the minimum distance will be the same.
  3. The result can be corrected.
  4. Apply - will embed the kerning table in the font
  5. Then - save the font and use in SVG or convert to OTF
    image