Skip to content

Releases: antlarr-suse/ttf-converter

1.0.7

04 May 17:22
Compare
Choose a tag to compare

Changes in 1.0.7:

  • Improved description inside README.md (by @jengelh)
  • Fix unused variable which adds more missing extrema points, which should have been added in the first place (by @dirkmueller)
  • Fix a race condition by flushing the temporary uncompressed pcf.gz file before reading it (by @dirkmueller)

1.0.6

30 Jun 17:35
Compare
Choose a tag to compare

Changes in 1.0.6:

  • Standarize output when converting vector and bitmap fonts
  • Add more subfamilies fixes

1.0.5

29 Jun 12:09
Compare
Choose a tag to compare

Changes in 1.0.5:

  • Add --family and --subfamily arguments to force values on those fields

  • Add parameters to fix glyph unicode values

    • --fix-glyph-unicode : Try to fix unicode points and glyph names based
      on glyph names containing hexadecimal codes (like "$0C00", "char12345"
      or "uni004F")
    • --replace-unicode-values: When passed 2 comma separated numbers a,b
      the glyph with an unicode value of a is replaced with the unicode value b.
      Can be used more than once.
    • --shift-unicode-values: When passed 3 comma separated numbers a,b,c
      this shifts the unicode values of glyphs between a and b (both included)
      by adding c. Can be used more than once.
  • Add --bitmapTransform parameter to transform bitmap glyphs. When used, all glyphs are modified with the transformation function and values passed as parameters. The parameter has three values separated by commas: fliph|flipv|rotate90cw|rotate90ccw|rotate180|skew|transmove,xoff,yoff

1.0.4

25 Jun 11:46
Compare
Choose a tag to compare

Changes in 1.0.4:

  • Add support to convert bitmap fonts
  • Rename MediumItalic subfamily to Medium Italic
  • Show some more information when removing duplicated glyphs

1.0.3

22 Jun 10:07
Compare
Choose a tag to compare

Changes in 1.0.3:

  • Add a --force-monospaced argument instead of hardcoding font names
  • Fix print format
  • Convert BoldCond subfamily to Bold Condensed

1.0.2

19 Jun 16:43
Compare
Choose a tag to compare

Changes in 1.0.2:

  • Fixes for Monospaced fonts and force the Nimbus Mono L font to be Monospaced
  • Add a --version argument that shows the version of ttf-converter

1.0.1

19 Jun 11:24
Compare
Choose a tag to compare

Changes in 1.0.1:

  • Fix subfamily names so the converted font's subfamily match the original ones

1.0

20 Apr 07:40
Compare
Choose a tag to compare
1.0

First release of ttf-converter