]> granicus.if.org Git - libass/commit
Basic @font support
authorGrigori Goronzy <greg@blackbox>
Thu, 18 Feb 2010 04:27:16 +0000 (05:27 +0100)
committerGrigori Goronzy <greg@blackbox>
Sat, 10 Apr 2010 23:59:28 +0000 (01:59 +0200)
commit6e9557cd6c54c99f0d6d9c11096a2f38be47493a
tree9606f9ae65bfa5f8c69d5b1dc608ba01fe555600
parent29167f37cf188f0b4dc6003ff6e733388112d183
Basic @font support

Do not skip '@' at the start of a font name in styles; detect '@' at
font name start and set a new attribute in ASS_Font accordingly.
Rotate affected glyphs after loading and calculate a suitable advance.
libass/ass.c
libass/ass_cache.c
libass/ass_font.c
libass/ass_font.h
libass/ass_parse.c