summaryrefslogtreecommitdiffstats
path: root/libass/ass_fontselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libass/ass_fontselect.h')
-rw-r--r--libass/ass_fontselect.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libass/ass_fontselect.h b/libass/ass_fontselect.h
index 651968d..05359a8 100644
--- a/libass/ass_fontselect.h
+++ b/libass/ass_fontselect.h
@@ -49,6 +49,10 @@ typedef struct font_provider_funcs {
DestroyProviderFunc destroy_provider;
} ASS_FontProviderFuncs;
+#define FONT_WEIGHT_LIGHT 300
+#define FONT_WEIGHT_MEDIUM 400
+#define FONT_WEIGHT_BOLD 700
+
typedef struct font_provider_meta_data {
char *family;
char **fullnames;