Home | History | Annotate | Download | only in freetype

Lines Matching defs:string

73   /*    platform_id :: The platform ID for `string'.                       */
76 /* encoding_id :: The encoding ID for `string'. */
81 /* language_id :: The language ID for `string'. */
87 /* than 0x8000 usually indicate a language tag string */
92 /* name_id :: An identifier for `string'. */
95 /* string :: The `name' string. Note that its format differs */
97 /* either a string of bytes (without a terminating */
100 /* string_len :: The length of `string' in bytes. */
113 FT_Byte* string; /* this string is *not* null-terminated! */
143 /* Retrieve a string of the SFNT `name' table for a given index. */
148 /* idx :: The index of the `name' string. */
157 /* The `string' array returned in the `aname' structure is not */
158 /* null-terminated. Note that you don't have to deallocate `string' */
184 /* string :: The language tag string, encoded in UTF-16BE */
187 /* string_len :: The length of `string' in *bytes*. */
198 FT_Byte* string; /* this string is *not* null-terminated! */
227 /* The `string' array returned in the `alangTag' structure is not */
228 /* null-terminated. Note that you don't have to deallocate `string' */