Skip to content

Releases: AuroraBertaOldham/SharpFNT

2.0.0

12 May 07:48
Compare
Choose a tag to compare
  • Missing properties are now set to default values instead of throwing an exception in the XML and text formats (I #3). This improves compatibility with alternative bitmap font generation programs that leave out some properties. This could be a breaking change in certain circumstances.
  • Changed initial list capacity when properties such as count, or page are missing from 32 to 0.
  • The words "true" and "false" are now valid for Boolean properties in the text format.

Available on NuGet.

1.1.2

01 May 10:34
Compare
Choose a tag to compare

Available on NuGet.

1.1.1

12 Apr 05:42
Compare
Choose a tag to compare
  • Updated package links and copyright info.

Available on NuGet.

1.1.0

08 Dec 11:56
Compare
Choose a tag to compare
  • Fixed a bug when writing text files without kerning pairs.
  • Fixed a bug when writing binary file pages.
  • Removed ID property from Character and Amount from KerningPair to avoid confusion when writing files. These are breaking changes.
  • Writing text files now writes to the TextWriter directly instead of a StringBuilder. This is a breaking change.
  • Other bug fixes and general improvements.

Available on NuGet.

Initial release.

21 Apr 05:19
Compare
Choose a tag to compare

First release of SharpFNT. Both reading and writing is supported for all three formats. It can be downloaded on Nuget.