Releases: r-lib/systemfonts
Releases · r-lib/systemfonts
systemfonts 1.1.0
match_fonts()
have been added as a vectorized and generalized version of
match_font()
. In the processmatch_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
- Fix a bug in
shape_string()
usingvjust = 1
(#85)
systemfonts 1.0.5
- Use Courier New as default mono font on macOS instead of Courier to avoid
issues between FreeType and Courier (#105)
systemfonts 1.0.4
- Provide a fallback solution to the setup of the CRAN windows builder so that
fonts can be discovered (#87)
systemfonts 1.0.3
systemfonts 1.0.2
systemfonts 1.0.1
- 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
- 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
- Fix compiled code for old R versions
- Changes to comply with next cpp11 version
systemfonts 0.3.1
- Fixed warnings on CRAN LTO machine