Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Keep reselected fonts in an array, adding new ones to the end. Glyph | eugeni | 2006-12-16 | 1 | -1/+4 |
* | Avoid storing font file path and index in ass_font_t. | eugeni | 2006-12-16 | 1 | -2/+0 |
* | Move ascender, descender, and kerning computation to ass_font.c. | eugeni | 2006-12-16 | 1 | -0/+2 |
* | Open embedded fonts directly from memory. | eugeni | 2006-12-03 | 1 | -1/+1 |
* | If a glyph is not found in the current font, switch to another one. | eugeni | 2006-11-28 | 1 | -0/+7 |
* | Add FT_Library to ass_font_t. | eugeni | 2006-11-28 | 1 | -0/+1 |
* | Don't include freetype headers in other headers. | eugeni | 2006-11-27 | 1 | -5/+0 |
* | Move ass_font_desc_t and ass_font_t declarations to ass_font.h. | eugeni | 2006-11-27 | 1 | -2/+15 |
* | Move ass_font_t allocation to ass_font.h. | eugeni | 2006-11-27 | 1 | -1/+1 |
* | Move fonts-related code to a separate file. | eugeni | 2006-11-26 | 1 | -0/+38 |