X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fttf.h;h=76da9bafb64c2517dca72fb4120682e5c62309d9;hb=fdd99ebecfef4874ea12bc97839fa027a0e8ed2f;hp=932f5e8023fb5b5b0a67ccc8ee9e4674510b4a8a;hpb=b00ad12b818db134f2c1f093defd25f086f0b9bb;p=swftools.git diff --git a/lib/ttf.h b/lib/ttf.h index 932f5e8..76da9ba 100644 --- a/lib/ttf.h +++ b/lib/ttf.h @@ -146,10 +146,12 @@ typedef struct _table_post { } table_post_t; typedef struct _ttf { - char*full_name; - char*family_name; - char*subfamily_name; - char*version_string; + char*family_name; /* nameId 1 */ + char*subfamily_name; /* nameId 2 */ + char*font_uid; /* nameId 3 */ + char*full_name; /* nameId 4 */ + char*version_string; /* nameId 5 */ + char*postscript_name; /* nameId 6 */ ttf_table_t*tables;