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
*
Speak of libass instead of MPlayer in the libass license headers.
diego
2008-05-14
*
Use standard license header.
diego
2008-05-13
*
Add missing header #includes to fix 'make checkheaders'.
diego
2008-03-05
*
Consistently give all libass multiple inclusion guards a LIBASS_ prefix.
diego
2008-01-29
*
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
2007-12-31
*
Factor out common code from ass_font_new and ass_font_reselect.
eugeni
2007-08-03
*
More simple and correct font reselection.
eugeni
2007-08-03
*
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