/usr/share/gtk-doc/html/harfbuzz
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>hb-ot-metrics: HarfBuzz Manual</title> <meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> <link rel="home" href="index.html" title="HarfBuzz Manual"> <link rel="up" href="ch13.html" title="OpenType API"> <link rel="prev" href="harfbuzz-hb-ot-meta.html" title="hb-ot-meta"> <link rel="next" href="harfbuzz-hb-ot-name.html" title="hb-ot-name"> <meta name="generator" content="GTK-Doc V1.32 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> <td width="100%" align="left" class="shortcuts"> <a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> <a href="#harfbuzz-hb-ot-metrics.description" class="shortcut">Description</a></span> </td> <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> <td><a accesskey="u" href="ch13.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> <td><a accesskey="p" href="harfbuzz-hb-ot-meta.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> <td><a accesskey="n" href="harfbuzz-hb-ot-name.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> </tr></table> <div class="refentry"> <a name="harfbuzz-hb-ot-metrics"></a><div class="titlepage"></div> <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="harfbuzz-hb-ot-metrics.top_of_page"></a>hb-ot-metrics</span></h2> <p>hb-ot-metrics — OpenType Metrics</p> </td> <td class="gallery_image" valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> <a name="harfbuzz-hb-ot-metrics.functions"></a><h2>Functions</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="150px" class="functions_proto_type"> <col class="functions_proto_name"> </colgroup> <tbody> <tr> <td class="function_type"> <a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> </td> <td class="function_name"> <a class="link" href="harfbuzz-hb-ot-metrics.html#hb-ot-metrics-get-position" title="hb_ot_metrics_get_position ()">hb_ot_metrics_get_position</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <span class="returnvalue">float</span> </td> <td class="function_name"> <a class="link" href="harfbuzz-hb-ot-metrics.html#hb-ot-metrics-get-variation" title="hb_ot_metrics_get_variation ()">hb_ot_metrics_get_variation</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> </td> <td class="function_name"> <a class="link" href="harfbuzz-hb-ot-metrics.html#hb-ot-metrics-get-x-variation" title="hb_ot_metrics_get_x_variation ()">hb_ot_metrics_get_x_variation</a> <span class="c_punctuation">()</span> </td> </tr> <tr> <td class="function_type"> <a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> </td> <td class="function_name"> <a class="link" href="harfbuzz-hb-ot-metrics.html#hb-ot-metrics-get-y-variation" title="hb_ot_metrics_get_y_variation ()">hb_ot_metrics_get_y_variation</a> <span class="c_punctuation">()</span> </td> </tr> </tbody> </table></div> </div> <div class="refsect1"> <a name="harfbuzz-hb-ot-metrics.other"></a><h2>Types and Values</h2> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="150px" class="other_proto_type"> <col class="other_proto_name"> </colgroup> <tbody><tr> <td class="datatype_keyword">enum</td> <td class="function_name"><a class="link" href="harfbuzz-hb-ot-metrics.html#hb-ot-metrics-tag-t" title="enum hb_ot_metrics_tag_t">hb_ot_metrics_tag_t</a></td> </tr></tbody> </table></div> </div> <div class="refsect1"> <a name="harfbuzz-hb-ot-metrics.includes"></a><h2>Includes</h2> <pre class="synopsis">#include <hb-ot.h> </pre> </div> <div class="refsect1"> <a name="harfbuzz-hb-ot-metrics.description"></a><h2>Description</h2> <p>Functions for fetching metrics from fonts.</p> </div> <div class="refsect1"> <a name="harfbuzz-hb-ot-metrics.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="hb-ot-metrics-get-position"></a><h3>hb_ot_metrics_get_position ()</h3> <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> hb_ot_metrics_get_position (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>, <em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-metrics.html#hb-ot-metrics-tag-t" title="enum hb_ot_metrics_tag_t"><span class="type">hb_ot_metrics_tag_t</span></a> metrics_tag</code></em>, <em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="type">hb_position_t</span></a> *position</code></em>);</pre> <p>It fetches metrics value corresponding to a given tag from a font.</p> <div class="refsect3"> <a name="hb-ot-metrics-get-position.parameters"></a><h4>Parameters</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> <col class="parameters_description"> <col width="200px" class="parameters_annotations"> </colgroup> <tbody> <tr> <td class="parameter_name"><p>font</p></td> <td class="parameter_description"><p>a <a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> object.</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>metrics_tag</p></td> <td class="parameter_description"><p>tag of metrics value you like to fetch.</p></td> <td class="parameter_annotations"> </td> </tr> <tr> <td class="parameter_name"><p>position</p></td> <td class="parameter_description"><p>result of metrics value from the font. </p></td> <td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td> </tr> </tbody> </table></div> </div> <div class="refsect3"> <a name="hb-ot-metrics-get-position.returns"></a><h4>Returns</h4> <p> Whether found the requested metrics in the font.</p> </div> <p class="since">Since: <a class="link" href="api-index-2-6-0.html#api-index-2.6.0">2.6.0</a></p> </div> <hr> <div class="refsect2"> <a name="hb-ot-metrics-get-variation"></a><h3>hb_ot_metrics_get_variation ()</h3> <pre class="programlisting"><span class="returnvalue">float</span> hb_ot_metrics_get_variation (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>, <em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-metrics.html#hb-ot-metrics-tag-t" title="enum hb_ot_metrics_tag_t"><span class="type">hb_ot_metrics_tag_t</span></a> metrics_tag</code></em>);</pre> <p class="since">Since: <a class="link" href="api-index-2-6-0.html#api-index-2.6.0">2.6.0</a></p> </div> <hr> <div class="refsect2"> <a name="hb-ot-metrics-get-x-variation"></a><h3>hb_ot_metrics_get_x_variation ()</h3> <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> hb_ot_metrics_get_x_variation (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>, <em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-metrics.html#hb-ot-metrics-tag-t" title="enum hb_ot_metrics_tag_t"><span class="type">hb_ot_metrics_tag_t</span></a> metrics_tag</code></em>);</pre> <p class="since">Since: <a class="link" href="api-index-2-6-0.html#api-index-2.6.0">2.6.0</a></p> </div> <hr> <div class="refsect2"> <a name="hb-ot-metrics-get-y-variation"></a><h3>hb_ot_metrics_get_y_variation ()</h3> <pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-position-t" title="hb_position_t"><span class="returnvalue">hb_position_t</span></a> hb_ot_metrics_get_y_variation (<em class="parameter"><code><a class="link" href="harfbuzz-hb-font.html#hb-font-t" title="hb_font_t"><span class="type">hb_font_t</span></a> *font</code></em>, <em class="parameter"><code><a class="link" href="harfbuzz-hb-ot-metrics.html#hb-ot-metrics-tag-t" title="enum hb_ot_metrics_tag_t"><span class="type">hb_ot_metrics_tag_t</span></a> metrics_tag</code></em>);</pre> <p class="since">Since: <a class="link" href="api-index-2-6-0.html#api-index-2.6.0">2.6.0</a></p> </div> </div> <div class="refsect1"> <a name="harfbuzz-hb-ot-metrics.other_details"></a><h2>Types and Values</h2> <div class="refsect2"> <a name="hb-ot-metrics-tag-t"></a><h3>enum hb_ot_metrics_tag_t</h3> <p>From https://docs.microsoft.com/en-us/typography/opentype/spec/mvar<span class="type">value-tags</span></p> <div class="refsect3"> <a name="hb-ot-metrics-tag-t.members"></a><h4>Members</h4> <div class="informaltable"><table class="informaltable" width="100%" border="0"> <colgroup> <col width="300px" class="enum_members_name"> <col class="enum_members_description"> <col width="200px" class="enum_members_annotations"> </colgroup> <tbody> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-HORIZONTAL-ASCENDER:CAPS"></a>HB_OT_METRICS_TAG_HORIZONTAL_ASCENDER</p></td> <td class="enum_member_description"> <p>horizontal ascender.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-HORIZONTAL-DESCENDER:CAPS"></a>HB_OT_METRICS_TAG_HORIZONTAL_DESCENDER</p></td> <td class="enum_member_description"> <p>horizontal descender.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-HORIZONTAL-LINE-GAP:CAPS"></a>HB_OT_METRICS_TAG_HORIZONTAL_LINE_GAP</p></td> <td class="enum_member_description"> <p>horizontal line gap.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-HORIZONTAL-CLIPPING-ASCENT:CAPS"></a>HB_OT_METRICS_TAG_HORIZONTAL_CLIPPING_ASCENT</p></td> <td class="enum_member_description"> <p>horizontal clipping ascent.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-HORIZONTAL-CLIPPING-DESCENT:CAPS"></a>HB_OT_METRICS_TAG_HORIZONTAL_CLIPPING_DESCENT</p></td> <td class="enum_member_description"> <p>horizontal clipping descent.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-VERTICAL-ASCENDER:CAPS"></a>HB_OT_METRICS_TAG_VERTICAL_ASCENDER</p></td> <td class="enum_member_description"> <p>vertical ascender.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-VERTICAL-DESCENDER:CAPS"></a>HB_OT_METRICS_TAG_VERTICAL_DESCENDER</p></td> <td class="enum_member_description"> <p>vertical descender.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-VERTICAL-LINE-GAP:CAPS"></a>HB_OT_METRICS_TAG_VERTICAL_LINE_GAP</p></td> <td class="enum_member_description"> <p>vertical line gap.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-HORIZONTAL-CARET-RISE:CAPS"></a>HB_OT_METRICS_TAG_HORIZONTAL_CARET_RISE</p></td> <td class="enum_member_description"> <p>horizontal caret rise.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-HORIZONTAL-CARET-RUN:CAPS"></a>HB_OT_METRICS_TAG_HORIZONTAL_CARET_RUN</p></td> <td class="enum_member_description"> <p>horizontal caret run.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-HORIZONTAL-CARET-OFFSET:CAPS"></a>HB_OT_METRICS_TAG_HORIZONTAL_CARET_OFFSET</p></td> <td class="enum_member_description"> <p>horizontal caret offset.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-VERTICAL-CARET-RISE:CAPS"></a>HB_OT_METRICS_TAG_VERTICAL_CARET_RISE</p></td> <td class="enum_member_description"> <p>vertical caret rise.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-VERTICAL-CARET-RUN:CAPS"></a>HB_OT_METRICS_TAG_VERTICAL_CARET_RUN</p></td> <td class="enum_member_description"> <p>vertical caret run.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-VERTICAL-CARET-OFFSET:CAPS"></a>HB_OT_METRICS_TAG_VERTICAL_CARET_OFFSET</p></td> <td class="enum_member_description"> <p>vertical caret offset.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-X-HEIGHT:CAPS"></a>HB_OT_METRICS_TAG_X_HEIGHT</p></td> <td class="enum_member_description"> <p>x height.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-CAP-HEIGHT:CAPS"></a>HB_OT_METRICS_TAG_CAP_HEIGHT</p></td> <td class="enum_member_description"> <p>cap height.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-SUBSCRIPT-EM-X-SIZE:CAPS"></a>HB_OT_METRICS_TAG_SUBSCRIPT_EM_X_SIZE</p></td> <td class="enum_member_description"> <p>subscript em x size.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-SUBSCRIPT-EM-Y-SIZE:CAPS"></a>HB_OT_METRICS_TAG_SUBSCRIPT_EM_Y_SIZE</p></td> <td class="enum_member_description"> <p>subscript em y size.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-SUBSCRIPT-EM-X-OFFSET:CAPS"></a>HB_OT_METRICS_TAG_SUBSCRIPT_EM_X_OFFSET</p></td> <td class="enum_member_description"> <p>subscript em x offset.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-SUBSCRIPT-EM-Y-OFFSET:CAPS"></a>HB_OT_METRICS_TAG_SUBSCRIPT_EM_Y_OFFSET</p></td> <td class="enum_member_description"> <p>subscript em y offset.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-SUPERSCRIPT-EM-X-SIZE:CAPS"></a>HB_OT_METRICS_TAG_SUPERSCRIPT_EM_X_SIZE</p></td> <td class="enum_member_description"> <p>superscript em x size.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-SUPERSCRIPT-EM-Y-SIZE:CAPS"></a>HB_OT_METRICS_TAG_SUPERSCRIPT_EM_Y_SIZE</p></td> <td class="enum_member_description"> <p>superscript em y size.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-SUPERSCRIPT-EM-X-OFFSET:CAPS"></a>HB_OT_METRICS_TAG_SUPERSCRIPT_EM_X_OFFSET</p></td> <td class="enum_member_description"> <p>superscript em x offset.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-SUPERSCRIPT-EM-Y-OFFSET:CAPS"></a>HB_OT_METRICS_TAG_SUPERSCRIPT_EM_Y_OFFSET</p></td> <td class="enum_member_description"> <p>superscript em y offset.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-STRIKEOUT-SIZE:CAPS"></a>HB_OT_METRICS_TAG_STRIKEOUT_SIZE</p></td> <td class="enum_member_description"> <p>strikeout size.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-STRIKEOUT-OFFSET:CAPS"></a>HB_OT_METRICS_TAG_STRIKEOUT_OFFSET</p></td> <td class="enum_member_description"> <p>strikeout offset.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-UNDERLINE-SIZE:CAPS"></a>HB_OT_METRICS_TAG_UNDERLINE_SIZE</p></td> <td class="enum_member_description"> <p>underline size.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-UNDERLINE-OFFSET:CAPS"></a>HB_OT_METRICS_TAG_UNDERLINE_OFFSET</p></td> <td class="enum_member_description"> <p>underline offset.</p> </td> <td class="enum_member_annotations"> </td> </tr> <tr> <td class="enum_member_name"><p><a name="HB-OT-METRICS-TAG-MAX-VALUE:CAPS"></a>_HB_OT_METRICS_TAG_MAX_VALUE</p></td> <td> </td> <td> </td> </tr> </tbody> </table></div> </div> <p class="since">Since: <a class="link" href="api-index-2-6-0.html#api-index-2.6.0">2.6.0</a></p> </div> </div> </div> <div class="footer"> <hr>Generated by GTK-Doc V1.32</div> </body> </html>
.
Edit
..
Edit
HarfBuzz.png
Edit
HarfBuzz.svg
Edit
a-clustering-example-for-levels-0-and-1.html
Edit
aat-shaping.html
Edit
adding-text-to-the-buffer.html
Edit
annotation-glossary.html
Edit
api-index-0-9-10.html
Edit
api-index-0-9-11.html
Edit
api-index-0-9-2.html
Edit
api-index-0-9-20.html
Edit
api-index-0-9-22.html
Edit
api-index-0-9-28.html
Edit
api-index-0-9-30.html
Edit
api-index-0-9-31.html
Edit
api-index-0-9-38.html
Edit
api-index-0-9-39.html
Edit
api-index-0-9-41.html
Edit
api-index-0-9-42.html
Edit
api-index-0-9-5.html
Edit
api-index-0-9-7.html
Edit
api-index-0-9-8.html
Edit
api-index-1-0-5.html
Edit
api-index-1-1-2.html
Edit
api-index-1-1-3.html
Edit
api-index-1-2-3.html
Edit
api-index-1-3-3.html
Edit
api-index-1-4-0.html
Edit
api-index-1-4-2.html
Edit
api-index-1-4-3.html
Edit
api-index-1-5-0.html
Edit
api-index-1-6-0.html
Edit
api-index-1-7-5.html
Edit
api-index-1-7-7.html
Edit
api-index-1-8-0.html
Edit
api-index-1-8-1.html
Edit
api-index-1-8-5.html
Edit
api-index-1-8-6.html
Edit
api-index-1-9-0.html
Edit
api-index-2-0-0.html
Edit
api-index-2-1-0.html
Edit
api-index-2-2-0.html
Edit
api-index-2-3-0.html
Edit
api-index-2-4-0.html
Edit
api-index-2-5-0.html
Edit
api-index-2-6-0.html
Edit
api-index-2-7-3.html
Edit
api-index-full.html
Edit
buffers-language-script-and-direction.html
Edit
building.html
Edit
ch01s03.html
Edit
ch03s02.html
Edit
ch03s03.html
Edit
ch12.html
Edit
ch13.html
Edit
ch14.html
Edit
ch15.html
Edit
clusters.html
Edit
complex-scripts.html
Edit
customizing-unicode-functions.html
Edit
deprecated-api-index.html
Edit
fonts-and-faces-custom-functions.html
Edit
fonts-and-faces-native-opentype.html
Edit
fonts-and-faces-variable.html
Edit
fonts-and-faces.html
Edit
getting-started.html
Edit
graphite-shaping.html
Edit
harfbuzz-hb-aat-layout.html
Edit
harfbuzz-hb-blob.html
Edit
harfbuzz-hb-buffer.html
Edit
harfbuzz-hb-common.html
Edit
harfbuzz-hb-coretext.html
Edit
harfbuzz-hb-deprecated.html
Edit
harfbuzz-hb-directwrite.html
Edit
harfbuzz-hb-face.html
Edit
harfbuzz-hb-font.html
Edit
harfbuzz-hb-ft.html
Edit
harfbuzz-hb-gdi.html
Edit
harfbuzz-hb-glib.html
Edit
harfbuzz-hb-gobject.html
Edit
harfbuzz-hb-graphite2.html
Edit
harfbuzz-hb-icu.html
Edit
harfbuzz-hb-map.html
Edit
harfbuzz-hb-ot-color.html
Edit
harfbuzz-hb-ot-font.html
Edit
harfbuzz-hb-ot-layout.html
Edit
harfbuzz-hb-ot-math.html
Edit
harfbuzz-hb-ot-meta.html
Edit
harfbuzz-hb-ot-metrics.html
Edit
harfbuzz-hb-ot-name.html
Edit
harfbuzz-hb-ot-shape.html
Edit
harfbuzz-hb-ot-var.html
Edit
harfbuzz-hb-set.html
Edit
harfbuzz-hb-shape-plan.html
Edit
harfbuzz-hb-shape.html
Edit
harfbuzz-hb-unicode.html
Edit
harfbuzz-hb-uniscribe.html
Edit
harfbuzz-hb-version.html
Edit
harfbuzz.devhelp2
Edit
home.png
Edit
index.html
Edit
install-harfbuzz.html
Edit
integration-coretext.html
Edit
integration-freetype.html
Edit
integration-icu.html
Edit
integration-python.html
Edit
integration-uniscribe.html
Edit
integration.html
Edit
left-insensitive.png
Edit
left.png
Edit
level-2.html
Edit
object-model-blobs.html
Edit
object-model-lifecycle.html
Edit
object-model-object-types.html
Edit
object-model-user-data.html
Edit
object-model.html
Edit
opentype-shaping-models.html
Edit
pt01.html
Edit
pt02.html
Edit
reordering-in-levels-0-and-1.html
Edit
right-insensitive.png
Edit
right.png
Edit
setting-buffer-properties.html
Edit
shaping-and-shape-plans.html
Edit
shaping-concepts.html
Edit
shaping-opentype-features.html
Edit
shaping-operations.html
Edit
shaping-plans-and-caching.html
Edit
shaping-shaper-selection.html
Edit
style.css
Edit
text-runs.html
Edit
the-distinction-between-levels-0-and-1.html
Edit
unicode-character-categories.html
Edit
up-insensitive.png
Edit
up.png
Edit
utilities-common-types-apis.html
Edit
utilities-ucdn.html
Edit
utilities.html
Edit
what-harfbuzz-doesnt-do.html
Edit
what-is-harfbuzz.html
Edit
why-do-i-need-a-shaping-engine.html
Edit
why-is-it-called-harfbuzz.html
Edit
working-with-harfbuzz-clusters.html
Edit