Skip to content

Releases: moi15moi/FindSystemFontsFilename

v0.3.3

Choose a tag to compare

@moi15moi moi15moi released this 15 Oct 01:54

What's Changed

New Contributors

Full Changelog: 0.3.2...0.3.3

v0.3.2

Choose a tag to compare

@moi15moi moi15moi released this 21 Dec 22:25

What's Changed

Full Changelog: v0.3.1...0.3.2

Note

This is the first release to support Python 3.13.

v0.3.1

Choose a tag to compare

@moi15moi moi15moi released this 06 Oct 01:48

What's Changed

  • Add classifiers for python 3.11 and 3.12 (3c11fe4)
  • Add os classifiers (#18)
  • Properly detect Unix system (#22)

Full Changelog: 0.3.0...v0.3.1

v0.3.1rc1

v0.3.1rc1 Pre-release
Pre-release

Choose a tag to compare

@moi15moi moi15moi released this 06 Oct 01:45

What's Changed

  • Add classifiers for python 3.11 and 3.12 (3c11fe4)
  • Add os classifiers (#18)
  • Properly detect Unix system (#22)

Full Changelog: 0.3.0...v0.3.1rc1

v0.3.0

Choose a tag to compare

@moi15moi moi15moi released this 09 Jun 16:52
  • Add install_font and uninstall_font on all platform (#16)
  • [windows_fonts] Always collect the font installed with AddFontResourceW (#16)

v0.2.0

Choose a tag to compare

@moi15moi moi15moi released this 22 Jan 01:40
  • Add FindSystemFontsFilenameException (#13)
  • [windows_fonts] Correction windows version check, add dwrite locality check and check if the file exist (#6)
  • [mac_fonts] Discard bitmap font (#12)
  • [mac_fonts] Collect otc font file (#8)

Improvement that does not directly affect the package

  • Add unit test (#10)
  • Add a workflow to run the test on each commit/PR (#11)

v0.1.2

Choose a tag to compare

@moi15moi moi15moi released this 18 Sep 23:01
1f70912

[Linux] Fixed Segmentation fault

v0.1.1

Choose a tag to compare

@moi15moi moi15moi released this 09 Jun 01:04
6e57b4e

Fixed correct Android version check

v0.1.0

Choose a tag to compare

@moi15moi moi15moi released this 09 Jun 00:53
047d7dc
  • Add an android font filename provider

v0.0.4

Choose a tag to compare

@moi15moi moi15moi released this 06 Jun 00:57
  • macOS: Verify the masOS version correctly
  • Windows: Deal correctly with DWRITE_FONT_FILE_TYPE_TRUETYPE_COLLECTION from the DWRITE_FONT_FILE_TYPE enum
  • Add documentation for fontconfig and CoreFoundation/CoreText