X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fttf.h;h=104ac787a6695db06e5076156bd340986da4108c;hb=eac480a31ee468d5f5c4ff0ae449ede57469c6c9;hp=73bd35cf06322915809594504d16dd0c3075bd90;hpb=4c389168a91bf083e434885fbfd8f51c6dab56fc;p=swftools.git diff --git a/lib/ttf.h b/lib/ttf.h index 73bd35c..104ac78 100644 --- a/lib/ttf.h +++ b/lib/ttf.h @@ -140,6 +140,8 @@ typedef struct _table_head { } table_head_t; typedef struct _ttf { + char*name; + ttf_table_t*tables; table_head_t*head;