X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fttf.h;h=932f5e8023fb5b5b0a67ccc8ee9e4674510b4a8a;hb=b00ad12b818db134f2c1f093defd25f086f0b9bb;hp=21460c14a57d1fceca86b93b4e60cee26bbc26dd;hpb=879464ce804e0c877db5f4b47fdbfee812f99731;p=swftools.git 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