summaryrefslogtreecommitdiffstats
path: root/libass/ass_font.c
Commit message (Expand)AuthorAgeFilesLines
* Move ass_font_desc_t and ass_font_t declarations to ass_font.h.eugeni2006-11-271-0/+2
* Cosmetics: reindent.eugeni2006-11-271-9/+9
* Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.eugeni2006-11-271-0/+10
* Move ass_font_t allocation to ass_font.h.eugeni2006-11-271-3/+12
* Initialize font size with 0.eugeni2006-11-271-0/+1
* Remove obsolete "no_more_font_messages" hack.eugeni2006-11-261-5/+1
* Move fonts-related code to a separate file.eugeni2006-11-261-0/+139