index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libass
/
ass_font.h
Commit message (
Expand
)
Author
Age
*
Do not use leading underscores in multiple inclusion guards, they are reserved.
diego
2007-07-02
*
Support fractional font sizes.
eugeni
2007-05-14
*
Limit ass_font_set_transform to nonrotating transformations.
eugeni
2007-05-14
*
Add -ass-hinting option for setting font hinting method.
eugeni
2007-04-27
*
Keep reselected fonts in an array, adding new ones to the end. Glyph
eugeni
2006-12-16
*
Avoid storing font file path and index in ass_font_t.
eugeni
2006-12-16
*
Move ascender, descender, and kerning computation to ass_font.c.
eugeni
2006-12-16
*
Open embedded fonts directly from memory.
eugeni
2006-12-03
*
If a glyph is not found in the current font, switch to another one.
eugeni
2006-11-28
*
Add FT_Library to ass_font_t.
eugeni
2006-11-28
*
Don't include freetype headers in other headers.
eugeni
2006-11-27
*
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
eugeni
2006-11-27
*
Move ass_font_t allocation to ass_font.h.
eugeni
2006-11-27
*
Move fonts-related code to a separate file.
eugeni
2006-11-26