summaryrefslogtreecommitdiffstats
path: root/libass/ass_render.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_render.h')
-rw-r--r--libass/ass_render.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libass/ass_render.h b/libass/ass_render.h
index 2ee7f1e..ad72a74 100644
--- a/libass/ass_render.h
+++ b/libass/ass_render.h
@@ -133,6 +133,7 @@ typedef struct glyph_info {
double frx, fry, frz; // rotation
double fax, fay; // text shearing
double scale_x, scale_y;
+ int border_style;
double border_x, border_y;
double hspacing;
unsigned italic;
@@ -190,6 +191,7 @@ typedef struct {
char have_origin; // origin is explicitly defined; if 0, get_base_point() is used
double scale_x, scale_y;
double hspacing; // distance between letters, in pixels
+ int border_style;
double border_x; // outline width
double border_y;
uint32_t c[4]; // colors(Primary, Secondary, so on) in RGBA