]> granicus.if.org Git - libass/history - libass/ass_fontselect.c
fontselect: use designated initializers
[libass] / libass / ass_fontselect.c
2015-09-01 wm4fontselect: use designated initializers
2015-08-31 wm4fontselect: add bounds checking for memory font stream...
2015-08-31 wm4fontselect: fix a memory leak
2015-08-28 wm4fontselect: reimplement ass_set_fonts_dir() functionality
2015-08-28 wm4fontselect: fix fallbacks
2015-08-28 wm4fontselect: minor cleanup
2015-08-28 wm4fontselect: correctly match list of font substitutions
2015-08-28 wm4fontselect: deal with potential ASS_FontProvider.subst_...
2015-08-28 Grigori Goronzyfontconfig: implement substitutions
2015-08-28 wm4fontselect: check fontprovider constructors for failure
2015-07-10 Grigori Goronzyfontselect: prefer platform font providers
2015-07-10 Grigori Goronzyfontselect: add fallback handling with callback
2015-07-10 Grigori Goronzyfontselect: improved face selection among a family
2015-07-10 Grigori Goronzyfontselect: fix undefined behavior with calloc
2015-07-10 Grigori Goronzyfontselect: replace magic numbers (NFC)
2015-07-10 Grigori Goronzyfontselect: trim names of embedded fonts
2015-07-10 Grigori Goronzyfontselect: add and use strdup_trimmed
2015-07-10 Grigori Goronzyfontselect: simplify lookup of embedded fonts
2015-07-10 Grigori Goronzyfontselect: malloc and error checking
2015-07-10 Grigori Goronzyfontselect: simplify cmap lookup for embedded fonts
2015-07-10 Grigori Goronzyfontselect: improved and simplified matching
2015-07-10 Grigori Goronzyfontselect: add fallback and substitution callbacks
2015-07-10 feliwirdirectwrite: add initial fontselect implementation
2015-07-10 Stefano Pigozzifontselect: fix NULL dereference
2015-07-10 Grigori GoronzyFix warnings
2015-07-10 Stefano Pigozzifontselect: expose a fontprovider listing API
2015-07-10 Stefano Pigozzifontselect: expose a fontprovider selection API
2015-07-10 Stefano Pigozzifontselect: use fallback fonts when querying font providers
2015-07-10 Stefano Pigozzifontselect: coretext: allow to match fontname using...
2015-07-10 Stefano Pigozzifontselect: coretext: allow selection based on PostScri...
2015-07-10 Stefano Pigozzifontselect: implement a coretext font provider
2015-07-10 Grigori GoronzyAdd todo comments
2015-07-10 Grigori GoronzySupport multiple font family names
2015-07-10 Grigori Goronzynit: add width to font_info_dump
2015-07-10 Grigori GoronzyAdd support for font width property
2015-07-10 Grigori GoronzyUse streamed access for memory fonts
2015-07-10 Grigori GoronzyPass family name as path for memory fonts
2015-07-10 Grigori GoronzyMemory font support
2015-07-10 Grigori GoronzyMake sure font path is valid
2015-07-10 Grigori GoronzyFix weight validity check
2015-07-10 Grigori GoronzyFree a provider's fonts when it is freed
2015-07-10 Grigori Goronzyoops: remove debug output
2015-07-10 Grigori GoronzyCheck weight and slant validity in font provider
2015-07-10 Grigori GoronzyUse TrueType font weight scale
2015-07-10 Grigori GoronzyFix similarity calculations
2015-07-10 Grigori GoronzyAdd a fixed set of fallback fonts
2015-07-10 Grigori GoronzyDon't match any font if there's no glyph coverage
2015-07-10 Grigori GoronzyRestore fontconfig runtime configuration
2015-07-10 Grigori GoronzyFix compilation without fontconfig
2015-07-10 Grigori GoronzyFix off-by-one bug in font matching
2015-07-10 Grigori GoronzyAdd reference to font provider in font database
2015-07-10 Grigori GoronzyImprove font selector/provider documentation
2015-07-10 Grigori GoronzyConvert embedded font handling to a real font provider
2015-07-10 Grigori GoronzyAdd glyph coverage map for embedded fonts
2015-07-10 Grigori GoronzyNever add a face twice to an ASS_Font
2015-07-10 Grigori GoronzyTrim spaces of font family strings
2015-07-10 Grigori GoronzyCustom font matching and font sources