comparison libass/ass_types.h @ 28860:7fcc0bf5b27a

Treat -font/-subfont as Fontconfig pattern in libass. Patch by Adrian Stutz (adrian sttz ch).
author eugeni
date Sun, 08 Mar 2009 16:13:21 +0000
parents 0366ab2c1cb9
children 0f1b5b68af32
comparison
equal deleted inserted replaced
28859:15a7ea3fe2e0 28860:7fcc0bf5b27a
56 int MarginL; 56 int MarginL;
57 int MarginR; 57 int MarginR;
58 int MarginV; 58 int MarginV;
59 // int AlphaLevel; 59 // int AlphaLevel;
60 int Encoding; 60 int Encoding;
61 int treat_fontname_as_pattern;
61 } ass_style_t; 62 } ass_style_t;
62 63
63 typedef struct render_priv_s render_priv_t; 64 typedef struct render_priv_s render_priv_t;
64 65
65 /// ass_event_t corresponds to a single Dialogue line 66 /// ass_event_t corresponds to a single Dialogue line