D | test_analyze.c | 20 void show_post(OTF_FILE *otf) // {{{ in show_post() argument 22 assert(otf); in show_post() 26 buf=otf_get_table(otf,OTF_TAG('p','o','s','t'),&len); in show_post() 52 void show_name(OTF_FILE *otf) // {{{ in show_name() argument 54 assert(otf); in show_name() 58 buf=otf_get_table(otf,OTF_TAG('n','a','m','e'),&len); in show_name() 98 void show_cmap(OTF_FILE *otf) // {{{ in show_cmap() argument 100 assert(otf); in show_cmap() 103 char *cmap=otf_get_table(otf,OTF_TAG('c','m','a','p'),&len); in show_cmap() 127 void show_glyf(OTF_FILE *otf,int full) // {{{ in show_glyf() argument [all …]
|