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.c
Commit message (
Expand
)
Author
Age
*
Add a missing check for a NULL return value.
eugeni
2009-06-16
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Treat -font/-subfont as Fontconfig pattern in libass.
eugeni
2009-03-08
*
Rename font-related preprocessor directives.
diego
2008-08-07
*
Speak of libass instead of MPlayer in the libass license headers.
diego
2008-05-14
*
Use standard license header.
diego
2008-05-13
*
Do not try to guess font metrics based on its bounding box.
eugeni
2008-01-12
*
Cosmetics: fix indentation after last commit.
eugeni
2007-10-25
*
Check return value of add_face.
eugeni
2007-10-25
*
Don't apply windows-like font scaling if hhea or os2 tables contain invalid
eugeni
2007-08-03
*
Workaround for fonts with zero ascender/descender in horizontal header.
eugeni
2007-08-03
*
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
*
Fix #if condition.
eugeni
2007-05-20
*
FT_Request_Size does not exist in FreeType 2.1.*. Fallback to FT_Set_Char_Size.
eugeni
2007-05-20
*
Correct font size in libass.
eugeni
2007-05-19
*
Support fractional font sizes.
eugeni
2007-05-14
*
Limit ass_font_set_transform to nonrotating transformations.
eugeni
2007-05-14
*
In ass_font_new, allocate temporary ass_font_t on stack and return the pointer
eugeni
2007-05-03
*
Add -ass-hinting option for setting font hinting method.
eugeni
2007-04-27
*
Select the first charmap in the font, if FreeType did not autoselect any.
eugeni
2007-02-15
*
Update some comments.
eugeni
2006-12-17
*
Cosmetics: fix indentation.
eugeni
2006-12-16
*
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
*
FT_Set_Transform is fast enough to be called once for each glyph.
eugeni
2006-12-16
*
Avoid "pointer targets differ in signedness" warnings.
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
*
Keep embedded fonts in ass_library_t and perform actual disk write
eugeni
2006-12-03
*
If a glyph is not found in the current font, switch to another one.
eugeni
2006-11-28
*
Skip glyphs with char code < 0x20.
eugeni
2006-11-28
*
Add FT_Library to ass_font_t.
eugeni
2006-11-28
*
Move ass_font_desc_t and ass_font_t declarations to ass_font.h.
eugeni
2006-11-27
*
Cosmetics: reindent.
eugeni
2006-11-27
*
Don't call FT_Set_Transform/FT_Set_Pixel_Sizes if values have not changed.
eugeni
2006-11-27
*
Move ass_font_t allocation to ass_font.h.
eugeni
2006-11-27
*
Initialize font size with 0.
eugeni
2006-11-27
*
Remove obsolete "no_more_font_messages" hack.
eugeni
2006-11-26
*
Move fonts-related code to a separate file.
eugeni
2006-11-26