summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.h
Commit message (Expand)AuthorAgeFilesLines
* Use streamed access for memory fontsGrigori Goronzy2015-07-101-4/+4
* Memory font supportGrigori Goronzy2015-07-101-0/+6
* Add glyph coverage map for embedded fontsGrigori Goronzy2015-07-101-0/+1
* Never add a face twice to an ASS_FontGrigori Goronzy2015-07-101-8/+9
* Custom font matching and font sourcesGrigori Goronzy2015-07-101-5/+5
* Replace FT_Outline with ASS_OutlineDr.Smile2014-11-231-3/+9
* Added ass_font_index_magic to fix char indexes in weird encodings11rcombs2013-12-061-0/+1
* harfbuzz: fix vertical advanceGrigori Goronzy2011-08-251-0/+2
* shaper: fix run-specific font sizeGrigori Goronzy2011-07-161-0/+1
* Cache HarfBuzz fontsGrigori Goronzy2011-07-151-0/+3
* Separate glyph font face matching and glyph loadingGrigori Goronzy2011-07-111-1/+4
* Convert outline processing and caching from glyphs to bare outlinesGrigori Goronzy2011-06-201-0/+4
* Stroker: process outlines directlyGrigori Goronzy2011-06-131-1/+1
* Much improved cache/hashmap implementationGrigori Goronzy2011-06-071-2/+3
* Relicense to ISCGrigori Goronzy2010-09-281-12/+10
* Add fixups for various font defectsGrigori Goronzy2010-06-261-0/+1
* Basic @font supportGrigori Goronzy2010-04-111-0/+1
* Rename typedefs (breaks API)Grigori Goronzy2009-08-061-14/+14
* Clean up typedefs/structsGrigori Goronzy2009-07-281-2/+2
* Remove shift vector in ass_render_eventGrigori Goronzy2009-07-251-1/+1
* Support for underline and strikethroughGrigori Goronzy2009-07-071-3/+5
* Reindent all source code.greg2009-06-201-22/+25
* Remove cache globals; move cache data into a separate cache_store structgreg2009-06-191-1/+2
* Treat -font/-subfont as Fontconfig pattern in libass.eugeni2009-03-081-0/+1
* Speak of libass instead of MPlayer in the libass license headers.diego2008-05-141-4/+4
* Use standard license header.diego2008-05-131-16/+18
* Add missing header #includes to fix 'make checkheaders'.diego2008-03-051-0/+6
* Consistently give all libass multiple inclusion guards a LIBASS_ prefix.diego2008-01-291-3/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* Factor out common code from ass_font_new and ass_font_reselect.eugeni2007-08-031-0/+1
* More simple and correct font reselection.eugeni2007-08-031-7/+0
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* Support fractional font sizes.eugeni2007-05-141-2/+2
* Limit ass_font_set_transform to nonrotating transformations.eugeni2007-05-141-2/+2
* Add -ass-hinting option for setting font hinting method.eugeni2007-04-271-1/+1
* Keep reselected fonts in an array, adding new ones to the end. Glypheugeni2006-12-161-1/+4
* Avoid storing font file path and index in ass_font_t.eugeni2006-12-161-2/+0
* Move ascender, descender, and kerning computation to ass_font.c.eugeni2006-12-161-0/+2
* Open embedded fonts directly from memory.eugeni2006-12-031-1/+1
* If a glyph is not found in the current font, switch to another one.eugeni2006-11-281-0/+7
* Add FT_Library to ass_font_t.eugeni2006-11-281-0/+1
* Don't include freetype headers in other headers.eugeni2006-11-271-5/+0
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.eugeni2006-11-271-2/+15
* Move ass_font_t allocation to ass_font.h.eugeni2006-11-271-1/+1
* Move fonts-related code to a separate file.eugeni2006-11-261-0/+38