X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fttf.h;h=104ac787a6695db06e5076156bd340986da4108c;hp=73bd35cf06322915809594504d16dd0c3075bd90;hb=b27d77f8a6343e60e2d3ae2c22a8096a6357a927;hpb=77329c490e5346658e4878f065022abb64df5324 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;