]> granicus.if.org Git - libass/history - libass/ass_font.h
font: remove unused field
[libass] / libass / ass_font.h
2019-05-19 Dr.Smilefont: remove unused field
2017-07-31 Dr.Smilecosmetic: extract most of the outline-related functions...
2017-06-01 Grigori GoronzyFix function prototype
2016-06-30 Dr.Smilecache: switch to gradual cache clearing
2016-01-14 wm4font: remove unused function
2015-09-07 Grigori GoronzyMerge branch 'fonts'
2015-08-28 wm4ass: make font_provider API private
2015-07-10 Grigori GoronzyUse streamed access for memory fonts
2015-07-10 Grigori GoronzyMemory font support
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 GoronzyCustom font matching and font sources
2014-11-23 Dr.SmileReplace FT_Outline with ASS_Outline
2013-12-06 Grigori GoronzyMerge pull request #6 from 11rcombs/ms-symbol-fix
2013-12-06 11rcombsAdded ass_font_index_magic to fix char indexes in weird...
2011-08-25 Grigori Goronzyharfbuzz: fix vertical advance
2011-07-16 Grigori Goronzyshaper: fix run-specific font size
2011-07-15 Grigori GoronzyCache HarfBuzz fonts
2011-07-11 Grigori GoronzySeparate glyph font face matching and glyph loading
2011-06-20 Grigori GoronzyConvert outline processing and caching from glyphs...
2011-06-13 Grigori GoronzyStroker: process outlines directly
2011-06-07 Grigori GoronzyMuch improved cache/hashmap implementation
2010-09-28 Grigori GoronzyRelicense to ISC
2010-06-26 Grigori GoronzyAdd fixups for various font defects
2010-04-10 Grigori GoronzyBasic @font support
2009-08-06 Grigori GoronzyRename typedefs (breaks API)
2009-07-27 Grigori GoronzyClean up typedefs/structs
2009-07-25 Grigori GoronzyRemove shift vector in ass_render_event
2009-07-07 Grigori GoronzySupport for underline and strikethrough
2009-06-20 gregReindent all source code.
2009-06-19 gregRemove cache globals; move cache data into a separate...
2009-03-08 eugeniTreat -font/-subfont as Fontconfig pattern in libass.
2008-05-14 diegoSpeak of libass instead of MPlayer in the libass licens...
2008-05-13 diegoUse standard license header.
2008-03-05 diegoAdd missing header #includes to fix 'make checkheaders'.
2008-01-29 diegoConsistently give all libass multiple inclusion guards...
2007-12-31 diegoAdd explanatory comments to the #endif part of multiple...
2007-08-03 eugeniFactor out common code from ass_font_new and ass_font_r...
2007-08-03 eugeniMore simple and correct font reselection.
2007-07-02 diegoDo not use leading underscores in multiple inclusion...
2007-05-14 eugeniSupport fractional font sizes.
2007-05-14 eugeniLimit ass_font_set_transform to nonrotating transformat...
2007-04-27 eugeniAdd -ass-hinting option for setting font hinting method.
2006-12-16 eugeniKeep reselected fonts in an array, adding new ones...
2006-12-16 eugeniAvoid storing font file path and index in ass_font_t.
2006-12-16 eugeniMove ascender, descender, and kerning computation to...
2006-12-03 eugeniOpen embedded fonts directly from memory.
2006-11-28 eugeniIf a glyph is not found in the current font, switch...
2006-11-28 eugeniAdd FT_Library to ass_font_t.
2006-11-27 eugeniDon't include freetype headers in other headers.
2006-11-27 eugeniMove ass_font_desc_t and ass_font_t declarations to...
2006-11-27 eugeniMove ass_font_t allocation to ass_font.h.
2006-11-26 eugeniMove fonts-related code to a separate file.