Skip to content

Releases: r-lib/systemfonts

systemfonts 1.1.0

15 May 12:05
Compare
Choose a tag to compare
  • match_fonts() have been added as a vectorized and generalized version of
    match_font(). In the process match_font() has been deprecated in favour of
    match_fonts()
  • Two internal functions for converting weight and width names to integers have
    been exported
  • Fix a segfault on macOS when the system encounters a corrupted font collection
    (#113)

systemfonts 1.0.6

07 Mar 13:50
a0e0b79
Compare
Choose a tag to compare
  • Fix a bug in shape_string() using vjust = 1 (#85)

systemfonts 1.0.5

10 Oct 07:38
2253b67
Compare
Choose a tag to compare
  • Use Courier New as default mono font on macOS instead of Courier to avoid
    issues between FreeType and Courier (#105)

systemfonts 1.0.4

11 Feb 13:24
Compare
Choose a tag to compare
  • Provide a fallback solution to the setup of the CRAN windows builder so that
    fonts can be discovered (#87)

systemfonts 1.0.3

13 Oct 11:55
Compare
Choose a tag to compare
  • Avoid warning when including the systemfonts header (#77)
  • Fix size selection of non-scalable fonts when the requested size is bigger
    than the available
  • Fix compilation bug when systemfont is used in C packages (#76)

systemfonts 1.0.2

11 May 12:09
Compare
Choose a tag to compare
  • Ensure compitability with freetype <= 2.4.11 (#70, @jan-glx)
  • Prepare for UCRT compilation

systemfonts 1.0.1

09 Feb 13:39
22b0b78
Compare
Choose a tag to compare
  • Fix a bug in font matching on Windows when matching monospace fonts
  • Fix a bug in reset_font_cache() on mac that would cause a system crash if
    the cache was not filled in advance (#67)

systemfonts 1.0.0

01 Feb 18:23
57a2b66
Compare
Choose a tag to compare
  • Tweak size determination for non-scalable fonts
  • Fix bug when switching between scalable and non-scalable fonts in the cache
  • Add utility for querying font fallbacks at both the R and C level
  • Add C-level API for finding emoji embeddings in strings
  • Add utility for getting weight of font from C code
  • Add utility for getting family name of font from C code
  • Add font weight and width to the output of font_info()

systemfonts 0.3.2

29 Sep 19:03
Compare
Choose a tag to compare
  • Fix compiled code for old R versions
  • Changes to comply with next cpp11 version

systemfonts 0.3.1

09 Sep 08:36
0109359
Compare
Choose a tag to compare
  • Fixed warnings on CRAN LTO machine