fcft
https://codeberg.org/dnkl/fcft
A simple library for font loading and glyph rasterization using FontConfig, FreeType and pixman.
- Developed at X11:Wayland
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates/fcft && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
fcft-3.0.1.tar.gz | 0000441493 431 KB | |
fcft.changes | 0000004510 4.4 KB | |
fcft.spec | 0000002498 2.44 KB |
Revision 10 (latest revision is 20)
Dominique Leuenberger (dimstar_suse)
accepted
request 951809
from
Arnav Singh (Arnavion)
(revision 10)
- Update to 3.0.1: * Added fcft_font.name member for the name of the primary font. * Added fcft_glyph.font_name member for the name of the font that the glyph was loaded from. * Added fcft_init and fcft_fini to initialize and deinitialize the library, which must now be called explicitly. Also, fcft_log_init has been removed, and logging is now initialized by fcft_init. * All wchar_t usage has been replaced with uint32_t. Also, fcft_{glyph,grapheme,text_run}_rasterize have been renamed to fcft_rasterize_{char,grapheme,text_run}_utf32 to emphasize this. * fcft_rasterize_grapheme_utf32 no longer accepts layout tags, unlike its predecessor fcft_grapheme_rasterize. They should be set using fontfeature when calling fcft_from_name. * Removed fcft_size_adjust. * Removed fcft_font.space_advance member. * Fixed bug in fcft_rasterize_text_run_utf32 due to uninitialized variable.
Comments 0