]> granicus.if.org Git - libass/history - libass/ass_fontselect.c
coretext: replace CT attr reads with freetype lookups
[libass] / libass / ass_fontselect.c
2019-09-26 Rodger Combsfontselect: add overflow check
2019-09-26 Rodger Combsfontselect: expose the freetype-provided family as...
2019-09-26 Rodger Combsfontselect: provide a way to use freetype to get font...
2019-09-26 Rodger Combsfontselect: load actual weight instead of a guess,...
2017-06-01 Grigori Goronzyfontselect: cleanup lazy font index evaluation
2017-06-01 Grigori Goronzydirectwrite: fix font collections dw-collections
2016-07-10 Avi Halachmi (:avih)font load from dir: use MSGL_INFO instead of MSGL_WARN
2015-12-01 Oleg Oshmyanfontselect: destroy private data of fonts that fail...
2015-12-01 Oleg Oshmyanfontselect: fix bool return values
2015-11-04 Oleg Oshmyanfontselect: replace is_postscript flag with check_posts...
2015-10-28 Oleg Oshmyanfontselect: silence warnings about discarding const
2015-10-22 Oleg Oshmyanfontselect: don't trim font names
2015-10-22 Oleg Oshmyanfontselect: don't find fonts with PostScript outlines...
2015-10-22 Oleg Oshmyanfontselect: use stdbool.h wherever appropriate
2015-10-22 Oleg Oshmyanfontselect: find fonts with PostScript outlines by...
2015-10-21 Oleg Oshmyanfontselect: read PostScript names for memory fonts
2015-10-21 Oleg Oshmyanfontselect: move PostScript name into ASS_FontProviderM...
2015-10-21 Oleg Oshmyanfontselect: fix ass_font_provider_add_font signature...
2015-09-22 Grigori GoronzyMerge pull request #84 from astiob/msvc
2015-09-21 wm4fontselect: make iconv optional again
2015-09-17 Oleg OshmyanFully fix compilation with MSVC/ICL
2015-09-13 wm4ass_fontselect: do not use PATH_MAX
2015-09-10 Grigori GoronzyMerge pull request #192 from grigorig/stringfuncs
2015-09-10 Grigori GoronzyNIH: add locale-independent string functions
2015-09-09 wm4fontselect: avoid undefined behavior
2015-09-09 wm4fontselect: raise font selection log message
2015-09-08 wm4ass_fontselect: ignore ./.. and hidden files
2015-09-07 Grigori Goronzyfontselect: handle additional malloc errors
2015-09-07 wm4ass_fontselect: uninline ass_map_font()
2015-09-07 wm4ass_fontselect: log the selected font provider
2015-09-07 Grigori Goronzyfontselect: fix memory leak
2015-09-07 Grigori GoronzyMerge branch 'fonts'
2015-09-07 Grigori GoronzyMerge pull request #190 from grigorig/fonts
2015-09-07 Grigori Goronzyfontselect: get rid of strdup for display name
2015-09-07 Grigori Goronzyfontselect: improve font display name choice
2015-09-07 Grigori Goronzyfontselect: remove outdated remark
2015-09-07 Grigori Goronzyfontselect: call match_fonts for each alias
2015-09-07 Grigori Goronzyfontselect: fix fallback family fallback
2015-09-07 Grigori Goronzyfontselect: fix match_fonts semantics
2015-09-01 Grigori Goronzyfontselect: fix yet another memory leak
2015-09-01 Grigori Goronzyfontselect: stop font selection after first match
2015-09-01 Grigori Goronzyfontselect: remove static fallback font list
2015-09-01 wm4fontselect: add const
2015-09-01 wm4fontselect: never pass family=NULL to get_fallback()
2015-09-01 wm4fontselect: simplify get_fallback signature
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
next