Browse Source

vlc_text_style: add blink style

required by captions
pull/59/merge
Francois Cartegnie 9 years ago
parent
commit
3f11d25891
  1. 2
      include/vlc_text_style.h

2
include/vlc_text_style.h

@ -108,6 +108,8 @@ typedef struct
#define STYLE_HALFWIDTH (1 << 7)
#define STYLE_MONOSPACED (1 << 8)
#define STYLE_DOUBLEWIDTH (1 << 9)
#define STYLE_BLINK_FOREGROUND (1 << 10)
#define STYLE_BLINK_BACKGROUND (1 << 11)
#define STYLE_DEFAULT_FONT_SIZE 20
#define STYLE_DEFAULT_REL_FONT_SIZE 6.25

Loading…
Cancel
Save