Lines Matching full:harfbuzz
8 <title>The HarfBuzz object model</title>
10 <title>An overview of data types in HarfBuzz</title>
12 HarfBuzz features two kinds of data types: non-opaque,
25 In HarfBuzz, several structs, like <literal>hb_glyph_info_t</literal> and
39 Important value types provided by HarfBuzz include the structs
47 <title>Objects in HarfBuzz</title>
50 for what HarfBuzz loosely calls "objects." This doesn’t have
55 In HarfBuzz, all object types provide certain
74 Key object types provided by HarfBuzz include:
106 that HarfBuzz will use when shaping a particular text
121 Each object type in HarfBuzz provides a
141 All of HarfBuzz's object-lifecycle-management APIs are
142 thread-safe (unless you compiled HarfBuzz from source with the
158 can explicitly mark an object as immutable. HarfBuzz provides
194 To better integrate with client programs, HarfBuzz's objects
214 notification from HarfBuzz whenever the object is destructed.
230 While most of HarfBuzz's object types are specific to the
237 the raw font data into memory and want to pass it to HarfBuzz,
250 That way, HarfBuzz will call <function>free()</function> on the