X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fttf.h;h=932f5e8023fb5b5b0a67ccc8ee9e4674510b4a8a;hp=21460c14a57d1fceca86b93b4e60cee26bbc26dd;hb=114fd977a15dcc7a9b52700279576cba80e6dc09;hpb=2bf2c4710c77705c21790b70a7a943456f1ced07 diff --git a/lib/ttf.h b/lib/ttf.h index 21460c1..932f5e8 100644 --- a/lib/ttf.h +++ b/lib/ttf.h @@ -146,7 +146,10 @@ typedef struct _table_post { } table_post_t; typedef struct _ttf { - char*name; + char*full_name; + char*family_name; + char*subfamily_name; + char*version_string; ttf_table_t*tables; @@ -181,5 +184,6 @@ void ttf_create_truetype_tables(ttf_t*ttf); void ttf_dump(ttf_t*ttf); void ttf_destroy(ttf_t*ttf); void ttf_save(ttf_t*ttf, const char*filename); +void ttf_save_eot(ttf_t*ttf, const char*filename); #endif