Home
last modified time | relevance | path

Searched refs:OTF_tag (Results 1 – 11 of 11) sorted by relevance

/dports/print/libotf/libotf-0.9.16/src/
H A Dotfopen.c2808 OTF_Tag head_tag = OTF_tag ("head"); in read_header_part()
2809 OTF_Tag name_tag = OTF_tag ("name"); in read_header_part()
2810 OTF_Tag cmap_tag = OTF_tag ("cmap"); in read_header_part()
2913 OTF_Tag tag = OTF_tag (name); in get_table_info()
2918 if (tag == OTF_tag ("head")) in get_table_info()
2920 else if (tag == OTF_tag ("name")) in get_table_info()
2922 else if (tag == OTF_tag ("cmap")) in get_table_info()
2924 else if (tag == OTF_tag ("GDEF")) in get_table_info()
2926 else if (tag == OTF_tag ("GSUB")) in get_table_info()
2928 else if (tag == OTF_tag ("GPOS")) in get_table_info()
[all …]
H A Dotfdrive.c246 OTF_Tag script_tag = OTF_tag (script); in get_langsys()
247 OTF_Tag langsys_tag = OTF_tag (language); in get_langsys()
249 OTF_Tag dflt_tag = OTF_tag ("DFLT"); in get_langsys()
326 tag = OTF_tag (tagname); in setup_lookup_flags()
H A Dotf.h1691 extern OTF_Tag OTF_tag (const char *name);
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dfont.c656 OTF_tag (char *name) in OTF_tag() function
1836 cap->script_tag = OTF_tag (str); in mfont__get_capability()
1846 cap->langsys_tag = OTF_tag (str); in mfont__get_capability()
1876 tags[n] = OTF_tag (p0 + 1) | 0x80000000; in mfont__get_capability()
1878 tags[n] = OTF_tag (p0); in mfont__get_capability()
H A DChangeLog2487 * font.c (OTF_tag): Define it if HAVE_OTF is undef.
2548 (OTF_tag): Delete it.
3211 (OTF_tag): New function.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dftfont.c554 typedef unsigned int OTF_tag; typedef
556 static int hbotf_check_features (OTF *, int, OTF_tag, OTF_tag,
557 const OTF_tag *, int);
2942 OTF_tag script, OTF_tag language, in hbotf_check_features()
2943 const OTF_tag *features, int n_features) in hbotf_check_features()
/dports/editors/emacs/emacs-27.2/src/
H A Dftfont.c559 typedef unsigned int OTF_tag; typedef
561 static int hbotf_check_features (OTF *, int, OTF_tag, OTF_tag,
562 const OTF_tag *, int);
2930 OTF_tag script, OTF_tag language, in hbotf_check_features()
2931 const OTF_tag *features, int n_features) in hbotf_check_features()
/dports/print/libotf/libotf-0.9.16/example/
H A Dotfview.c1128 *script = OTF_tag (name); in decompose_script_langsys()
1130 *langsys = OTF_tag (name + 5); in decompose_script_langsys()
/dports/print/libotf/libotf-0.9.16/
H A DChangeLog809 (OTF_tag): Handle the case that the length of NAME is short.
/dports/editors/emacs/emacs-27.2/
H A DChangeLog.330179 (OTF, OTF_tag) [!HAVE_LIBOTF && HAVE_HARFBUZZ]: New typedefs.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.3118758 (OTF, OTF_tag) [!HAVE_LIBOTF && HAVE_HARFBUZZ]: New typedefs.