Skip to content

Releases: unidoc/unitype

v0.4.0

01 Nov 13:53
2ddb2e4
Compare
Choose a tag to compare

What's Changed

  • Fix get multiple languages of font names by @sampila in #7

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Aug 15:08
05894c9
Compare
Choose a tag to compare

What's Changed

  • update golang.org/x/sys and add GetNameRecords by @sampila in #6

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

08 Oct 21:27
1bbfd2e
Compare
Choose a tag to compare

This version is a patch version release.

Fixes

  • Support subtable (3, 10) lookup

v0.2.0

25 May 22:59
2591bc0
Compare
Choose a tag to compare

Various fixes.

  • Enhanced SubsetKeepIndices to end by calling SubsetFirst keeping only the maxNeededNum glyph indices.-
  • Fixed a problem in SubsetFirst when creating cmaps that was causing errors displaying PDFs in Adobe with subset fonts.
  • Fixed a problem with parsing glyf descriptions with no glyph data.
  • Added a LookupRunes to lookup glyph indices by runes. Based on common CMaps and a commonly used search order.

v0.1.0

10 May 20:01
5c5bbee
Compare
Choose a tag to compare

Improved subsetting and added fpgm table. Also added capability to load the composite glyph descriptions on demand (lazy loading).