pango 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README +2 -2
- data/Rakefile +7 -5
- data/ext/pango/extconf.rb +4 -4
- data/ext/pango/rbpango.c +0 -9
- data/ext/pango/rbpango.h +2 -10
- data/ext/pango/rbpangoanalysis.c +0 -4
- data/ext/pango/rbpangoattribute.c +1 -26
- data/ext/pango/rbpangoattrlist.c +0 -4
- data/ext/pango/rbpangocairo.c +13 -12
- data/ext/pango/rbpangocairocontext.c +6 -26
- data/ext/pango/rbpangocontext.c +2 -14
- data/ext/pango/rbpangofont.c +0 -12
- data/ext/pango/rbpangofontdescription.c +0 -5
- data/ext/pango/rbpangofontface.c +0 -6
- data/ext/pango/rbpangofontfamily.c +0 -3
- data/ext/pango/rbpangofontmap.c +0 -4
- data/ext/pango/rbpangofontmetrics.c +1 -4
- data/ext/pango/rbpangofontset.c +0 -4
- data/ext/pango/rbpangoglyphitem.c +0 -8
- data/ext/pango/rbpangoglyphstring.c +0 -4
- data/ext/pango/rbpangoitem.c +0 -16
- data/ext/pango/rbpangolanguage.c +0 -5
- data/ext/pango/rbpangolayout.c +36 -19
- data/ext/pango/rbpangolayoutline.c +0 -33
- data/ext/pango/rbpangologattr.c +0 -5
- data/ext/pango/rbpangomatrix.c +0 -10
- data/ext/pango/rbpangoprivate.h +0 -4
- data/ext/pango/rbpangorenderer.c +0 -6
- data/ext/pango/rbpangoscript.c +0 -4
- data/ext/pango/rbpangoscriptiter.c +0 -5
- data/lib/1.9/pango.so +0 -0
- data/lib/2.0/pango.so +0 -0
- data/test/{test_layout.rb → test-layout.rb} +14 -0
- data/vendor/local/bin/hb-ot-shape-closure.exe +0 -0
- data/vendor/local/bin/hb-shape.exe +0 -0
- data/vendor/local/bin/hb-view.exe +0 -0
- data/vendor/local/bin/libharfbuzz-0.dll +0 -0
- data/vendor/local/bin/libpango-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangocairo-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangoft2-1.0-0.dll +0 -0
- data/vendor/local/bin/libpangowin32-1.0-0.dll +0 -0
- data/vendor/local/bin/libstdc++-6.dll +0 -0
- data/vendor/local/bin/pango-querymodules.exe +0 -0
- data/vendor/local/bin/pango-view.exe +0 -0
- data/vendor/local/include/harfbuzz/hb-buffer.h +10 -10
- data/vendor/local/include/harfbuzz/hb-common.h +147 -131
- data/vendor/local/include/harfbuzz/{hb-uniscribe.h → hb-deprecated.h} +15 -13
- data/vendor/local/include/harfbuzz/hb-face.h +117 -0
- data/vendor/local/include/harfbuzz/hb-font.h +130 -77
- data/vendor/local/include/harfbuzz/hb-ot-layout.h +6 -0
- data/vendor/local/include/harfbuzz/hb-set.h +2 -0
- data/vendor/local/include/harfbuzz/hb-unicode.h +97 -9
- data/vendor/local/include/harfbuzz/hb-version.h +2 -2
- data/vendor/local/include/harfbuzz/hb.h +2 -0
- data/vendor/local/include/pango-1.0/pango/pango-attributes.h +213 -4
- data/vendor/local/include/pango-1.0/pango/pango-break.h +53 -0
- data/vendor/local/include/pango-1.0/pango/pango-coverage.h +21 -0
- data/vendor/local/include/pango-1.0/pango/pango-engine.h +46 -0
- data/vendor/local/include/pango-1.0/pango/pango-features.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pango-font.h +234 -0
- data/vendor/local/include/pango-1.0/pango/pango-fontmap.h +68 -0
- data/vendor/local/include/pango-1.0/pango/pango-fontset.h +42 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph-item.h +64 -0
- data/vendor/local/include/pango-1.0/pango/pango-glyph.h +55 -0
- data/vendor/local/include/pango-1.0/pango/pango-item.h +28 -0
- data/vendor/local/include/pango-1.0/pango/pango-language.h +5 -0
- data/vendor/local/include/pango-1.0/pango/pango-layout.h +43 -0
- data/vendor/local/include/pango-1.0/pango/pango-modules.h +11 -0
- data/vendor/local/include/pango-1.0/pango/pango-ot.h +149 -0
- data/vendor/local/include/pango-1.0/pango/pango-script.h +102 -0
- data/vendor/local/include/pango-1.0/pango/pango-tabs.h +11 -0
- data/vendor/local/include/pango-1.0/pango/pango-types.h +102 -2
- data/vendor/local/include/pango-1.0/pango/pango-utils.h +44 -0
- data/vendor/local/include/pango-1.0/pango/pangocairo.h +14 -0
- data/vendor/local/include/pango-1.0/pango/pangofc-fontmap.h +2 -2
- data/vendor/local/include/pango-1.0/pango/pangoft2.h +13 -0
- data/vendor/local/include/pango-1.0/pango/pangowin32.h +6 -0
- data/vendor/local/lib/girepository-1.0/Pango-1.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/PangoCairo-1.0.typelib +0 -0
- data/vendor/local/lib/libharfbuzz.dll.a +0 -0
- data/vendor/local/lib/libharfbuzz.la +5 -5
- data/vendor/local/lib/libpango-1.0.dll.a +0 -0
- data/vendor/local/lib/libpango-1.0.la +2 -2
- data/vendor/local/lib/libpangocairo-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangocairo-1.0.la +4 -4
- data/vendor/local/lib/libpangoft2-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangoft2-1.0.la +3 -3
- data/vendor/local/lib/libpangowin32-1.0.dll.a +0 -0
- data/vendor/local/lib/libpangowin32-1.0.la +2 -2
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-arabic-lang.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-fc.la +1 -1
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-basic-win32.dll.a +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll +0 -0
- data/vendor/local/lib/pango/1.8.0/modules/pango-indic-lang.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/harfbuzz.pc +5 -5
- data/vendor/local/lib/pkgconfig/pango.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangocairo.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangoft2.pc +1 -1
- data/vendor/local/lib/pkgconfig/pangowin32.pc +1 -1
- data/vendor/local/share/gir-1.0/Pango-1.0.gir +1824 -1434
- data/vendor/local/share/gir-1.0/PangoCairo-1.0.gir +109 -103
- data/vendor/local/share/gir-1.0/PangoFT2-1.0.gir +18 -15
- data/vendor/local/share/gtk-doc/html/harfbuzz/annotation-glossary.html +71 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/api-index-full.html +1419 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/ch01.html +98 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/deprecated-api-index.html +48 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html +415 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html +1045 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-common.html +1073 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-coretext.html +67 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-deprecated.html +90 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-face.html +344 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-font.html +1617 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ft.html +130 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-glib.html +75 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-gobject.html +52 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-graphite2.html +76 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-icu.html +75 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-layout.html +544 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot-tag.html +105 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-ot.html +67 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-set.html +540 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape-plan.html +264 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-shape.html +194 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-unicode.html +1180 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-uniscribe.html +67 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb-version.html +156 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz-hb.html +52 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/harfbuzz.devhelp2 +591 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.html +105 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/index.sgml +650 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/object-tree.html +32 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/style.css +321 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/harfbuzz/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineLang.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoEngineShape.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/PangoFcDecoder.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFont.html +4 -9
- data/vendor/local/share/gtk-doc/html/pango/PangoFcFontMap.html +8 -13
- data/vendor/local/share/gtk-doc/html/pango/PangoMarkupFormat.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/{pango-pango-renderer.html → PangoRenderer.html} +99 -102
- data/vendor/local/share/gtk-doc/html/pango/annotation-glossary.html +20 -29
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-16.html +6 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-20.html +4 -11
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-24.html +15 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-26.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-30.html +6 -6
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-31-0.html +42 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32-4.html +58 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-32.html +6 -5
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-34.html +41 -0
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-8.html +19 -19
- data/vendor/local/share/gtk-doc/html/pango/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/api-index-full.html +31 -27
- data/vendor/local/share/gtk-doc/html/pango/index.html +7 -5
- data/vendor/local/share/gtk-doc/html/pango/index.sgml +38 -38
- data/vendor/local/share/gtk-doc/html/pango/lowlevel.html +5 -5
- data/vendor/local/share/gtk-doc/html/pango/pango-Bidirectional-Text.html +6 -9
- data/vendor/local/share/gtk-doc/html/pango/pango-Cairo-Rendering.html +113 -66
- data/vendor/local/share/gtk-doc/html/pango/pango-CoreText-Fonts.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Coverage-Maps.html +8 -12
- data/vendor/local/share/gtk-doc/html/pango/pango-Engines.html +5 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-Fonts.html +90 -53
- data/vendor/local/share/gtk-doc/html/pango/pango-FreeType-Fonts-and-Rendering.html +10 -10
- data/vendor/local/share/gtk-doc/html/pango/pango-Glyph-Storage.html +21 -8
- data/vendor/local/share/gtk-doc/html/pango/pango-Layout-Objects.html +44 -15
- data/vendor/local/share/gtk-doc/html/pango/pango-Miscellaneous-Utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-Modules.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango-OpenType-Font-Handling.html +12 -12
- data/vendor/local/share/gtk-doc/html/pango/pango-Scripts-and-Languages.html +87 -90
- data/vendor/local/share/gtk-doc/html/pango/pango-Tab-Stops.html +2 -5
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Attributes.html +38 -31
- data/vendor/local/share/gtk-doc/html/pango/pango-Text-Processing.html +10 -18
- data/vendor/local/share/gtk-doc/html/pango/pango-Version-Checking.html +10 -11
- data/vendor/local/share/gtk-doc/html/pango/pango-Vertical-Text.html +4 -6
- data/vendor/local/share/gtk-doc/html/pango/pango-Win32-Fonts-and-Rendering.html +3 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-Xft-Fonts-and-Rendering.html +12 -12
- data/vendor/local/share/gtk-doc/html/pango/pango-hierarchy.html +4 -4
- data/vendor/local/share/gtk-doc/html/pango/pango-querymodules.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/pango.devhelp2 +34 -31
- data/vendor/local/share/gtk-doc/html/pango/pango.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/rendering.html +2 -2
- data/vendor/local/share/gtk-doc/html/pango/tools.html +2 -2
- data/vendor/local/share/man/man1/pango-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/pango-view.1 +2 -2
- metadata +57 -24
- data/vendor/local/bin/libgcc_s_sjlj-1.dll +0 -0
- data/vendor/local/include/harfbuzz/hb-gobject.h +0 -69
- data/vendor/local/share/gtk-doc/html/pango/api-index-1-28.html +0 -31
@@ -0,0 +1,1180 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html>
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
5
|
+
<title>hb-unicode</title>
|
6
|
+
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
7
|
+
<link rel="home" href="index.html" title="HarfBuzz Reference Manual">
|
8
|
+
<link rel="up" href="ch01.html" title="[Insert title here]">
|
9
|
+
<link rel="prev" href="harfbuzz-hb-common.html" title="hb-common">
|
10
|
+
<link rel="next" href="harfbuzz-hb-buffer.html" title="hb-buffer">
|
11
|
+
<meta name="generator" content="GTK-Doc V1.19.1 (XML mode)">
|
12
|
+
<link rel="stylesheet" href="style.css" type="text/css">
|
13
|
+
</head>
|
14
|
+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
15
|
+
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
|
16
|
+
<td width="100%" align="left">
|
17
|
+
<a href="#" class="shortcut">Top</a>
|
18
|
+
|
|
19
|
+
<a href="#harfbuzz-hb-unicode.description" class="shortcut">Description</a>
|
20
|
+
</td>
|
21
|
+
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
22
|
+
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
23
|
+
<td><a accesskey="p" href="harfbuzz-hb-common.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
24
|
+
<td><a accesskey="n" href="harfbuzz-hb-buffer.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
25
|
+
</tr></table>
|
26
|
+
<div class="refentry">
|
27
|
+
<a name="harfbuzz-hb-unicode"></a><div class="titlepage"></div>
|
28
|
+
<div class="refnamediv"><table width="100%"><tr>
|
29
|
+
<td valign="top">
|
30
|
+
<h2><span class="refentrytitle"><a name="harfbuzz-hb-unicode.top_of_page"></a>hb-unicode</span></h2>
|
31
|
+
<p>hb-unicode</p>
|
32
|
+
</td>
|
33
|
+
<td valign="top" align="right"></td>
|
34
|
+
</tr></table></div>
|
35
|
+
<div class="refsynopsisdiv">
|
36
|
+
<a name="harfbuzz-hb-unicode.synopsis"></a><h2>Synopsis</h2>
|
37
|
+
<pre class="synopsis">#define <a class="link" href="harfbuzz-hb-unicode.html#HB-UNICODE-MAX-DECOMPOSITION-LEN:CAPS" title="HB_UNICODE_MAX_DECOMPOSITION_LEN">HB_UNICODE_MAX_DECOMPOSITION_LEN</a>
|
38
|
+
<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-combining-class-t" title="enum hb_unicode_combining_class_t"><span class="returnvalue">hb_unicode_combining_class_t</span></a> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-combining-class" title="hb_unicode_combining_class ()">hb_unicode_combining_class</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
39
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>);
|
40
|
+
<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-combining-class-t" title="enum hb_unicode_combining_class_t"><span class="returnvalue">hb_unicode_combining_class_t</span></a> (<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-combining-class-func-t" title="hb_unicode_combining_class_func_t ()">*hb_unicode_combining_class_func_t</a>)
|
41
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
42
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
43
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
|
44
|
+
enum <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-combining-class-t" title="enum hb_unicode_combining_class_t">hb_unicode_combining_class_t</a>;
|
45
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-compose" title="hb_unicode_compose ()">hb_unicode_compose</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
46
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> a</code></em>,
|
47
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> b</code></em>,
|
48
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *ab</code></em>);
|
49
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> (<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-compose-func-t" title="hb_unicode_compose_func_t ()">*hb_unicode_compose_func_t</a>) (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
50
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> a</code></em>,
|
51
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> b</code></em>,
|
52
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *ab</code></em>,
|
53
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
|
54
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-decompose" title="hb_unicode_decompose ()">hb_unicode_decompose</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
55
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> ab</code></em>,
|
56
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *a</code></em>,
|
57
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *b</code></em>);
|
58
|
+
unsigned <span class="returnvalue">int</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-decompose-compatibility" title="hb_unicode_decompose_compatibility ()">hb_unicode_decompose_compatibility</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
59
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> u</code></em>,
|
60
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *decomposed</code></em>);
|
61
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> (<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-decompose-func-t" title="hb_unicode_decompose_func_t ()">*hb_unicode_decompose_func_t</a>) (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
62
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> ab</code></em>,
|
63
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *a</code></em>,
|
64
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *b</code></em>,
|
65
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
|
66
|
+
unsigned <span class="returnvalue">int</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-eastasian-width" title="hb_unicode_eastasian_width ()">hb_unicode_eastasian_width</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
67
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>);
|
68
|
+
<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> * <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-create" title="hb_unicode_funcs_create ()">hb_unicode_funcs_create</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *parent</code></em>);
|
69
|
+
<span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-destroy" title="hb_unicode_funcs_destroy ()">hb_unicode_funcs_destroy</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);
|
70
|
+
<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> * <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-get-default" title="hb_unicode_funcs_get_default ()">hb_unicode_funcs_get_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
71
|
+
<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> * <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-get-empty" title="hb_unicode_funcs_get_empty ()">hb_unicode_funcs_get_empty</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
72
|
+
<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> * <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-get-parent" title="hb_unicode_funcs_get_parent ()">hb_unicode_funcs_get_parent</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);
|
73
|
+
<span class="returnvalue">void</span> * <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-get-user-data" title="hb_unicode_funcs_get_user_data ()">hb_unicode_funcs_get_user_data</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
74
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t" title="hb_user_data_key_t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>);
|
75
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-is-immutable" title="hb_unicode_funcs_is_immutable ()">hb_unicode_funcs_is_immutable</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);
|
76
|
+
<span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-make-immutable" title="hb_unicode_funcs_make_immutable ()">hb_unicode_funcs_make_immutable</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);
|
77
|
+
<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> * <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-reference" title="hb_unicode_funcs_reference ()">hb_unicode_funcs_reference</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);
|
78
|
+
<span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-set-combining-class-func" title="hb_unicode_funcs_set_combining_class_func ()">hb_unicode_funcs_set_combining_class_func</a>
|
79
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
80
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-combining-class-func-t" title="hb_unicode_combining_class_func_t ()"><span class="type">hb_unicode_combining_class_func_t</span></a> func</code></em>,
|
81
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
82
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);
|
83
|
+
<span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-set-compose-func" title="hb_unicode_funcs_set_compose_func ()">hb_unicode_funcs_set_compose_func</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
84
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-compose-func-t" title="hb_unicode_compose_func_t ()"><span class="type">hb_unicode_compose_func_t</span></a> func</code></em>,
|
85
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
86
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);
|
87
|
+
<span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-set-decompose-compatibility-func" title="hb_unicode_funcs_set_decompose_compatibility_func ()">hb_unicode_funcs_set_decompose_compatibility_func</a>
|
88
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
89
|
+
<em class="parameter"><code><span class="type">hb_unicode_decompose_compatibility_func_t</span> func</code></em>,
|
90
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
91
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);
|
92
|
+
<span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-set-decompose-func" title="hb_unicode_funcs_set_decompose_func ()">hb_unicode_funcs_set_decompose_func</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
93
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-decompose-func-t" title="hb_unicode_decompose_func_t ()"><span class="type">hb_unicode_decompose_func_t</span></a> func</code></em>,
|
94
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
95
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);
|
96
|
+
<span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-set-eastasian-width-func" title="hb_unicode_funcs_set_eastasian_width_func ()">hb_unicode_funcs_set_eastasian_width_func</a>
|
97
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
98
|
+
<em class="parameter"><code><span class="type">hb_unicode_eastasian_width_func_t</span> func</code></em>,
|
99
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
100
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);
|
101
|
+
<span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-set-general-category-func" title="hb_unicode_funcs_set_general_category_func ()">hb_unicode_funcs_set_general_category_func</a>
|
102
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
103
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-general-category-func-t" title="hb_unicode_general_category_func_t ()"><span class="type">hb_unicode_general_category_func_t</span></a> func</code></em>,
|
104
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
105
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);
|
106
|
+
<span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-set-mirroring-func" title="hb_unicode_funcs_set_mirroring_func ()">hb_unicode_funcs_set_mirroring_func</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
107
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-mirroring-func-t" title="hb_unicode_mirroring_func_t ()"><span class="type">hb_unicode_mirroring_func_t</span></a> func</code></em>,
|
108
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
109
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);
|
110
|
+
<span class="returnvalue">void</span> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-set-script-func" title="hb_unicode_funcs_set_script_func ()">hb_unicode_funcs_set_script_func</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
111
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-script-func-t" title="hb_unicode_script_func_t ()"><span class="type">hb_unicode_script_func_t</span></a> func</code></em>,
|
112
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
113
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);
|
114
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="returnvalue">hb_bool_t</span></a> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-set-user-data" title="hb_unicode_funcs_set_user_data ()">hb_unicode_funcs_set_user_data</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
115
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t" title="hb_user_data_key_t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>,
|
116
|
+
<em class="parameter"><code><span class="type">void</span> *data</code></em>,
|
117
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>,
|
118
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="type">hb_bool_t</span></a> replace</code></em>);
|
119
|
+
typedef <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t">hb_unicode_funcs_t</a>;
|
120
|
+
<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-general-category-t" title="enum hb_unicode_general_category_t"><span class="returnvalue">hb_unicode_general_category_t</span></a> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-general-category" title="hb_unicode_general_category ()">hb_unicode_general_category</a>
|
121
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
122
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>);
|
123
|
+
<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-general-category-t" title="enum hb_unicode_general_category_t"><span class="returnvalue">hb_unicode_general_category_t</span></a> (<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-general-category-func-t" title="hb_unicode_general_category_func_t ()">*hb_unicode_general_category_func_t</a>)
|
124
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
125
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
126
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
|
127
|
+
enum <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-general-category-t" title="enum hb_unicode_general_category_t">hb_unicode_general_category_t</a>;
|
128
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="returnvalue">hb_codepoint_t</span></a> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-mirroring" title="hb_unicode_mirroring ()">hb_unicode_mirroring</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
129
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>);
|
130
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="returnvalue">hb_codepoint_t</span></a> (<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-mirroring-func-t" title="hb_unicode_mirroring_func_t ()">*hb_unicode_mirroring_func_t</a>) (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
131
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
132
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
|
133
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a> <a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-script" title="hb_unicode_script ()">hb_unicode_script</a> (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
134
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>);
|
135
|
+
<a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a> (<a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-script-func-t" title="hb_unicode_script_func_t ()">*hb_unicode_script_func_t</a>) (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
136
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
137
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
|
138
|
+
</pre>
|
139
|
+
</div>
|
140
|
+
<div class="refsect1">
|
141
|
+
<a name="harfbuzz-hb-unicode.description"></a><h2>Description</h2>
|
142
|
+
<p>
|
143
|
+
</p>
|
144
|
+
</div>
|
145
|
+
<div class="refsect1">
|
146
|
+
<a name="harfbuzz-hb-unicode.details"></a><h2>Details</h2>
|
147
|
+
<div class="refsect2">
|
148
|
+
<a name="HB-UNICODE-MAX-DECOMPOSITION-LEN:CAPS"></a><h3>HB_UNICODE_MAX_DECOMPOSITION_LEN</h3>
|
149
|
+
<pre class="programlisting">#define HB_UNICODE_MAX_DECOMPOSITION_LEN (18+1) /* codepoints */
|
150
|
+
</pre>
|
151
|
+
<p>
|
152
|
+
</p>
|
153
|
+
</div>
|
154
|
+
<hr>
|
155
|
+
<div class="refsect2">
|
156
|
+
<a name="hb-unicode-combining-class"></a><h3>hb_unicode_combining_class ()</h3>
|
157
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-combining-class-t" title="enum hb_unicode_combining_class_t"><span class="returnvalue">hb_unicode_combining_class_t</span></a> hb_unicode_combining_class (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
158
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>);</pre>
|
159
|
+
<p>
|
160
|
+
</p>
|
161
|
+
</div>
|
162
|
+
<hr>
|
163
|
+
<div class="refsect2">
|
164
|
+
<a name="hb-unicode-combining-class-func-t"></a><h3>hb_unicode_combining_class_func_t ()</h3>
|
165
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-combining-class-t" title="enum hb_unicode_combining_class_t"><span class="returnvalue">hb_unicode_combining_class_t</span></a> (*hb_unicode_combining_class_func_t)
|
166
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
167
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
168
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
169
|
+
<p>
|
170
|
+
</p>
|
171
|
+
</div>
|
172
|
+
<hr>
|
173
|
+
<div class="refsect2">
|
174
|
+
<a name="hb-unicode-combining-class-t"></a><h3>enum hb_unicode_combining_class_t</h3>
|
175
|
+
<pre class="programlisting">typedef enum {
|
176
|
+
HB_UNICODE_COMBINING_CLASS_NOT_REORDERED = 0,
|
177
|
+
HB_UNICODE_COMBINING_CLASS_OVERLAY = 1,
|
178
|
+
HB_UNICODE_COMBINING_CLASS_NUKTA = 7,
|
179
|
+
HB_UNICODE_COMBINING_CLASS_KANA_VOICING = 8,
|
180
|
+
HB_UNICODE_COMBINING_CLASS_VIRAMA = 9,
|
181
|
+
|
182
|
+
/* Hebrew */
|
183
|
+
HB_UNICODE_COMBINING_CLASS_CCC10 = 10,
|
184
|
+
HB_UNICODE_COMBINING_CLASS_CCC11 = 11,
|
185
|
+
HB_UNICODE_COMBINING_CLASS_CCC12 = 12,
|
186
|
+
HB_UNICODE_COMBINING_CLASS_CCC13 = 13,
|
187
|
+
HB_UNICODE_COMBINING_CLASS_CCC14 = 14,
|
188
|
+
HB_UNICODE_COMBINING_CLASS_CCC15 = 15,
|
189
|
+
HB_UNICODE_COMBINING_CLASS_CCC16 = 16,
|
190
|
+
HB_UNICODE_COMBINING_CLASS_CCC17 = 17,
|
191
|
+
HB_UNICODE_COMBINING_CLASS_CCC18 = 18,
|
192
|
+
HB_UNICODE_COMBINING_CLASS_CCC19 = 19,
|
193
|
+
HB_UNICODE_COMBINING_CLASS_CCC20 = 20,
|
194
|
+
HB_UNICODE_COMBINING_CLASS_CCC21 = 21,
|
195
|
+
HB_UNICODE_COMBINING_CLASS_CCC22 = 22,
|
196
|
+
HB_UNICODE_COMBINING_CLASS_CCC23 = 23,
|
197
|
+
HB_UNICODE_COMBINING_CLASS_CCC24 = 24,
|
198
|
+
HB_UNICODE_COMBINING_CLASS_CCC25 = 25,
|
199
|
+
HB_UNICODE_COMBINING_CLASS_CCC26 = 26,
|
200
|
+
|
201
|
+
/* Arabic */
|
202
|
+
HB_UNICODE_COMBINING_CLASS_CCC27 = 27,
|
203
|
+
HB_UNICODE_COMBINING_CLASS_CCC28 = 28,
|
204
|
+
HB_UNICODE_COMBINING_CLASS_CCC29 = 29,
|
205
|
+
HB_UNICODE_COMBINING_CLASS_CCC30 = 30,
|
206
|
+
HB_UNICODE_COMBINING_CLASS_CCC31 = 31,
|
207
|
+
HB_UNICODE_COMBINING_CLASS_CCC32 = 32,
|
208
|
+
HB_UNICODE_COMBINING_CLASS_CCC33 = 33,
|
209
|
+
HB_UNICODE_COMBINING_CLASS_CCC34 = 34,
|
210
|
+
HB_UNICODE_COMBINING_CLASS_CCC35 = 35,
|
211
|
+
|
212
|
+
/* Syriac */
|
213
|
+
HB_UNICODE_COMBINING_CLASS_CCC36 = 36,
|
214
|
+
|
215
|
+
/* Telugu */
|
216
|
+
HB_UNICODE_COMBINING_CLASS_CCC84 = 84,
|
217
|
+
HB_UNICODE_COMBINING_CLASS_CCC91 = 91,
|
218
|
+
|
219
|
+
/* Thai */
|
220
|
+
HB_UNICODE_COMBINING_CLASS_CCC103 = 103,
|
221
|
+
HB_UNICODE_COMBINING_CLASS_CCC107 = 107,
|
222
|
+
|
223
|
+
/* Lao */
|
224
|
+
HB_UNICODE_COMBINING_CLASS_CCC118 = 118,
|
225
|
+
HB_UNICODE_COMBINING_CLASS_CCC122 = 122,
|
226
|
+
|
227
|
+
/* Tibetan */
|
228
|
+
HB_UNICODE_COMBINING_CLASS_CCC129 = 129,
|
229
|
+
HB_UNICODE_COMBINING_CLASS_CCC130 = 130,
|
230
|
+
HB_UNICODE_COMBINING_CLASS_CCC133 = 132,
|
231
|
+
|
232
|
+
|
233
|
+
HB_UNICODE_COMBINING_CLASS_ATTACHED_BELOW_LEFT = 200,
|
234
|
+
HB_UNICODE_COMBINING_CLASS_ATTACHED_BELOW = 202,
|
235
|
+
HB_UNICODE_COMBINING_CLASS_ATTACHED_ABOVE = 214,
|
236
|
+
HB_UNICODE_COMBINING_CLASS_ATTACHED_ABOVE_RIGHT = 216,
|
237
|
+
HB_UNICODE_COMBINING_CLASS_BELOW_LEFT = 218,
|
238
|
+
HB_UNICODE_COMBINING_CLASS_BELOW = 220,
|
239
|
+
HB_UNICODE_COMBINING_CLASS_BELOW_RIGHT = 222,
|
240
|
+
HB_UNICODE_COMBINING_CLASS_LEFT = 224,
|
241
|
+
HB_UNICODE_COMBINING_CLASS_RIGHT = 226,
|
242
|
+
HB_UNICODE_COMBINING_CLASS_ABOVE_LEFT = 228,
|
243
|
+
HB_UNICODE_COMBINING_CLASS_ABOVE = 230,
|
244
|
+
HB_UNICODE_COMBINING_CLASS_ABOVE_RIGHT = 232,
|
245
|
+
HB_UNICODE_COMBINING_CLASS_DOUBLE_BELOW = 233,
|
246
|
+
HB_UNICODE_COMBINING_CLASS_DOUBLE_ABOVE = 234,
|
247
|
+
|
248
|
+
HB_UNICODE_COMBINING_CLASS_IOTA_SUBSCRIPT = 240,
|
249
|
+
|
250
|
+
HB_UNICODE_COMBINING_CLASS_INVALID = 255
|
251
|
+
} hb_unicode_combining_class_t;
|
252
|
+
</pre>
|
253
|
+
<p>
|
254
|
+
</p>
|
255
|
+
<div class="variablelist"><table border="0">
|
256
|
+
<col align="left" valign="top">
|
257
|
+
<tbody>
|
258
|
+
<tr>
|
259
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-NOT-REORDERED:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_NOT_REORDERED</code></span></p></td>
|
260
|
+
<td>
|
261
|
+
</td>
|
262
|
+
</tr>
|
263
|
+
<tr>
|
264
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-OVERLAY:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_OVERLAY</code></span></p></td>
|
265
|
+
<td>
|
266
|
+
</td>
|
267
|
+
</tr>
|
268
|
+
<tr>
|
269
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-NUKTA:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_NUKTA</code></span></p></td>
|
270
|
+
<td>
|
271
|
+
</td>
|
272
|
+
</tr>
|
273
|
+
<tr>
|
274
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-KANA-VOICING:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_KANA_VOICING</code></span></p></td>
|
275
|
+
<td>
|
276
|
+
</td>
|
277
|
+
</tr>
|
278
|
+
<tr>
|
279
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-VIRAMA:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_VIRAMA</code></span></p></td>
|
280
|
+
<td>
|
281
|
+
</td>
|
282
|
+
</tr>
|
283
|
+
<tr>
|
284
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC10:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC10</code></span></p></td>
|
285
|
+
<td>
|
286
|
+
</td>
|
287
|
+
</tr>
|
288
|
+
<tr>
|
289
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC11:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC11</code></span></p></td>
|
290
|
+
<td>
|
291
|
+
</td>
|
292
|
+
</tr>
|
293
|
+
<tr>
|
294
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC12:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC12</code></span></p></td>
|
295
|
+
<td>
|
296
|
+
</td>
|
297
|
+
</tr>
|
298
|
+
<tr>
|
299
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC13:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC13</code></span></p></td>
|
300
|
+
<td>
|
301
|
+
</td>
|
302
|
+
</tr>
|
303
|
+
<tr>
|
304
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC14:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC14</code></span></p></td>
|
305
|
+
<td>
|
306
|
+
</td>
|
307
|
+
</tr>
|
308
|
+
<tr>
|
309
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC15:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC15</code></span></p></td>
|
310
|
+
<td>
|
311
|
+
</td>
|
312
|
+
</tr>
|
313
|
+
<tr>
|
314
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC16:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC16</code></span></p></td>
|
315
|
+
<td>
|
316
|
+
</td>
|
317
|
+
</tr>
|
318
|
+
<tr>
|
319
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC17:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC17</code></span></p></td>
|
320
|
+
<td>
|
321
|
+
</td>
|
322
|
+
</tr>
|
323
|
+
<tr>
|
324
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC18:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC18</code></span></p></td>
|
325
|
+
<td>
|
326
|
+
</td>
|
327
|
+
</tr>
|
328
|
+
<tr>
|
329
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC19:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC19</code></span></p></td>
|
330
|
+
<td>
|
331
|
+
</td>
|
332
|
+
</tr>
|
333
|
+
<tr>
|
334
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC20:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC20</code></span></p></td>
|
335
|
+
<td>
|
336
|
+
</td>
|
337
|
+
</tr>
|
338
|
+
<tr>
|
339
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC21:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC21</code></span></p></td>
|
340
|
+
<td>
|
341
|
+
</td>
|
342
|
+
</tr>
|
343
|
+
<tr>
|
344
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC22:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC22</code></span></p></td>
|
345
|
+
<td>
|
346
|
+
</td>
|
347
|
+
</tr>
|
348
|
+
<tr>
|
349
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC23:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC23</code></span></p></td>
|
350
|
+
<td>
|
351
|
+
</td>
|
352
|
+
</tr>
|
353
|
+
<tr>
|
354
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC24:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC24</code></span></p></td>
|
355
|
+
<td>
|
356
|
+
</td>
|
357
|
+
</tr>
|
358
|
+
<tr>
|
359
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC25:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC25</code></span></p></td>
|
360
|
+
<td>
|
361
|
+
</td>
|
362
|
+
</tr>
|
363
|
+
<tr>
|
364
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC26:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC26</code></span></p></td>
|
365
|
+
<td>
|
366
|
+
</td>
|
367
|
+
</tr>
|
368
|
+
<tr>
|
369
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC27:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC27</code></span></p></td>
|
370
|
+
<td>
|
371
|
+
</td>
|
372
|
+
</tr>
|
373
|
+
<tr>
|
374
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC28:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC28</code></span></p></td>
|
375
|
+
<td>
|
376
|
+
</td>
|
377
|
+
</tr>
|
378
|
+
<tr>
|
379
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC29:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC29</code></span></p></td>
|
380
|
+
<td>
|
381
|
+
</td>
|
382
|
+
</tr>
|
383
|
+
<tr>
|
384
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC30:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC30</code></span></p></td>
|
385
|
+
<td>
|
386
|
+
</td>
|
387
|
+
</tr>
|
388
|
+
<tr>
|
389
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC31:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC31</code></span></p></td>
|
390
|
+
<td>
|
391
|
+
</td>
|
392
|
+
</tr>
|
393
|
+
<tr>
|
394
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC32:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC32</code></span></p></td>
|
395
|
+
<td>
|
396
|
+
</td>
|
397
|
+
</tr>
|
398
|
+
<tr>
|
399
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC33:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC33</code></span></p></td>
|
400
|
+
<td>
|
401
|
+
</td>
|
402
|
+
</tr>
|
403
|
+
<tr>
|
404
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC34:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC34</code></span></p></td>
|
405
|
+
<td>
|
406
|
+
</td>
|
407
|
+
</tr>
|
408
|
+
<tr>
|
409
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC35:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC35</code></span></p></td>
|
410
|
+
<td>
|
411
|
+
</td>
|
412
|
+
</tr>
|
413
|
+
<tr>
|
414
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC36:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC36</code></span></p></td>
|
415
|
+
<td>
|
416
|
+
</td>
|
417
|
+
</tr>
|
418
|
+
<tr>
|
419
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC84:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC84</code></span></p></td>
|
420
|
+
<td>
|
421
|
+
</td>
|
422
|
+
</tr>
|
423
|
+
<tr>
|
424
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC91:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC91</code></span></p></td>
|
425
|
+
<td>
|
426
|
+
</td>
|
427
|
+
</tr>
|
428
|
+
<tr>
|
429
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC103:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC103</code></span></p></td>
|
430
|
+
<td>
|
431
|
+
</td>
|
432
|
+
</tr>
|
433
|
+
<tr>
|
434
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC107:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC107</code></span></p></td>
|
435
|
+
<td>
|
436
|
+
</td>
|
437
|
+
</tr>
|
438
|
+
<tr>
|
439
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC118:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC118</code></span></p></td>
|
440
|
+
<td>
|
441
|
+
</td>
|
442
|
+
</tr>
|
443
|
+
<tr>
|
444
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC122:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC122</code></span></p></td>
|
445
|
+
<td>
|
446
|
+
</td>
|
447
|
+
</tr>
|
448
|
+
<tr>
|
449
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC129:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC129</code></span></p></td>
|
450
|
+
<td>
|
451
|
+
</td>
|
452
|
+
</tr>
|
453
|
+
<tr>
|
454
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC130:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC130</code></span></p></td>
|
455
|
+
<td>
|
456
|
+
</td>
|
457
|
+
</tr>
|
458
|
+
<tr>
|
459
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-CCC133:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_CCC133</code></span></p></td>
|
460
|
+
<td>
|
461
|
+
</td>
|
462
|
+
</tr>
|
463
|
+
<tr>
|
464
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-ATTACHED-BELOW-LEFT:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_ATTACHED_BELOW_LEFT</code></span></p></td>
|
465
|
+
<td>
|
466
|
+
</td>
|
467
|
+
</tr>
|
468
|
+
<tr>
|
469
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-ATTACHED-BELOW:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_ATTACHED_BELOW</code></span></p></td>
|
470
|
+
<td>
|
471
|
+
</td>
|
472
|
+
</tr>
|
473
|
+
<tr>
|
474
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-ATTACHED-ABOVE:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_ATTACHED_ABOVE</code></span></p></td>
|
475
|
+
<td>
|
476
|
+
</td>
|
477
|
+
</tr>
|
478
|
+
<tr>
|
479
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-ATTACHED-ABOVE-RIGHT:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_ATTACHED_ABOVE_RIGHT</code></span></p></td>
|
480
|
+
<td>
|
481
|
+
</td>
|
482
|
+
</tr>
|
483
|
+
<tr>
|
484
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-BELOW-LEFT:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_BELOW_LEFT</code></span></p></td>
|
485
|
+
<td>
|
486
|
+
</td>
|
487
|
+
</tr>
|
488
|
+
<tr>
|
489
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-BELOW:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_BELOW</code></span></p></td>
|
490
|
+
<td>
|
491
|
+
</td>
|
492
|
+
</tr>
|
493
|
+
<tr>
|
494
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-BELOW-RIGHT:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_BELOW_RIGHT</code></span></p></td>
|
495
|
+
<td>
|
496
|
+
</td>
|
497
|
+
</tr>
|
498
|
+
<tr>
|
499
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-LEFT:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_LEFT</code></span></p></td>
|
500
|
+
<td>
|
501
|
+
</td>
|
502
|
+
</tr>
|
503
|
+
<tr>
|
504
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-RIGHT:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_RIGHT</code></span></p></td>
|
505
|
+
<td>
|
506
|
+
</td>
|
507
|
+
</tr>
|
508
|
+
<tr>
|
509
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-ABOVE-LEFT:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_ABOVE_LEFT</code></span></p></td>
|
510
|
+
<td>
|
511
|
+
</td>
|
512
|
+
</tr>
|
513
|
+
<tr>
|
514
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-ABOVE:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_ABOVE</code></span></p></td>
|
515
|
+
<td>
|
516
|
+
</td>
|
517
|
+
</tr>
|
518
|
+
<tr>
|
519
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-ABOVE-RIGHT:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_ABOVE_RIGHT</code></span></p></td>
|
520
|
+
<td>
|
521
|
+
</td>
|
522
|
+
</tr>
|
523
|
+
<tr>
|
524
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-DOUBLE-BELOW:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_DOUBLE_BELOW</code></span></p></td>
|
525
|
+
<td>
|
526
|
+
</td>
|
527
|
+
</tr>
|
528
|
+
<tr>
|
529
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-DOUBLE-ABOVE:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_DOUBLE_ABOVE</code></span></p></td>
|
530
|
+
<td>
|
531
|
+
</td>
|
532
|
+
</tr>
|
533
|
+
<tr>
|
534
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-IOTA-SUBSCRIPT:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_IOTA_SUBSCRIPT</code></span></p></td>
|
535
|
+
<td>
|
536
|
+
</td>
|
537
|
+
</tr>
|
538
|
+
<tr>
|
539
|
+
<td><p><a name="HB-UNICODE-COMBINING-CLASS-INVALID:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_COMBINING_CLASS_INVALID</code></span></p></td>
|
540
|
+
<td>
|
541
|
+
</td>
|
542
|
+
</tr>
|
543
|
+
</tbody>
|
544
|
+
</table></div>
|
545
|
+
</div>
|
546
|
+
<hr>
|
547
|
+
<div class="refsect2">
|
548
|
+
<a name="hb-unicode-compose"></a><h3>hb_unicode_compose ()</h3>
|
549
|
+
<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_unicode_compose (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
550
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> a</code></em>,
|
551
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> b</code></em>,
|
552
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *ab</code></em>);</pre>
|
553
|
+
<div class="variablelist"><table border="0">
|
554
|
+
<col align="left" valign="top">
|
555
|
+
<tbody>
|
556
|
+
<tr>
|
557
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
558
|
+
<td>Unicode functions.</td>
|
559
|
+
</tr>
|
560
|
+
<tr>
|
561
|
+
<td><p><span class="term"><em class="parameter"><code>ab</code></em> :</span></p></td>
|
562
|
+
<td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
563
|
+
</td>
|
564
|
+
</tr>
|
565
|
+
</tbody>
|
566
|
+
</table></div>
|
567
|
+
<p class="since">Since 1.0</p>
|
568
|
+
</div>
|
569
|
+
<hr>
|
570
|
+
<div class="refsect2">
|
571
|
+
<a name="hb-unicode-compose-func-t"></a><h3>hb_unicode_compose_func_t ()</h3>
|
572
|
+
<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_unicode_compose_func_t) (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
573
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> a</code></em>,
|
574
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> b</code></em>,
|
575
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *ab</code></em>,
|
576
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
577
|
+
<p>
|
578
|
+
</p>
|
579
|
+
</div>
|
580
|
+
<hr>
|
581
|
+
<div class="refsect2">
|
582
|
+
<a name="hb-unicode-decompose"></a><h3>hb_unicode_decompose ()</h3>
|
583
|
+
<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_unicode_decompose (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
584
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> ab</code></em>,
|
585
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *a</code></em>,
|
586
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *b</code></em>);</pre>
|
587
|
+
<div class="variablelist"><table border="0">
|
588
|
+
<col align="left" valign="top">
|
589
|
+
<tbody>
|
590
|
+
<tr>
|
591
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
592
|
+
<td>Unicode functions.</td>
|
593
|
+
</tr>
|
594
|
+
<tr>
|
595
|
+
<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
|
596
|
+
<td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
597
|
+
</td>
|
598
|
+
</tr>
|
599
|
+
<tr>
|
600
|
+
<td><p><span class="term"><em class="parameter"><code>b</code></em> :</span></p></td>
|
601
|
+
<td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
602
|
+
</td>
|
603
|
+
</tr>
|
604
|
+
</tbody>
|
605
|
+
</table></div>
|
606
|
+
<p class="since">Since 1.0</p>
|
607
|
+
</div>
|
608
|
+
<hr>
|
609
|
+
<div class="refsect2">
|
610
|
+
<a name="hb-unicode-decompose-compatibility"></a><h3>hb_unicode_decompose_compatibility ()</h3>
|
611
|
+
<pre class="programlisting">unsigned <span class="returnvalue">int</span> hb_unicode_decompose_compatibility (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
612
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> u</code></em>,
|
613
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *decomposed</code></em>);</pre>
|
614
|
+
<div class="variablelist"><table border="0">
|
615
|
+
<col align="left" valign="top">
|
616
|
+
<tbody>
|
617
|
+
<tr>
|
618
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
619
|
+
<td>Unicode functions.</td>
|
620
|
+
</tr>
|
621
|
+
<tr>
|
622
|
+
<td><p><span class="term"><em class="parameter"><code>decomposed</code></em> :</span></p></td>
|
623
|
+
<td>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
|
624
|
+
</td>
|
625
|
+
</tr>
|
626
|
+
</tbody>
|
627
|
+
</table></div>
|
628
|
+
<p class="since">Since 1.0</p>
|
629
|
+
</div>
|
630
|
+
<hr>
|
631
|
+
<div class="refsect2">
|
632
|
+
<a name="hb-unicode-decompose-func-t"></a><h3>hb_unicode_decompose_func_t ()</h3>
|
633
|
+
<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_unicode_decompose_func_t) (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
634
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> ab</code></em>,
|
635
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *a</code></em>,
|
636
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> *b</code></em>,
|
637
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
638
|
+
<p>
|
639
|
+
</p>
|
640
|
+
</div>
|
641
|
+
<hr>
|
642
|
+
<div class="refsect2">
|
643
|
+
<a name="hb-unicode-eastasian-width"></a><h3>hb_unicode_eastasian_width ()</h3>
|
644
|
+
<pre class="programlisting">unsigned <span class="returnvalue">int</span> hb_unicode_eastasian_width (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
645
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>);</pre>
|
646
|
+
<p>
|
647
|
+
</p>
|
648
|
+
</div>
|
649
|
+
<hr>
|
650
|
+
<div class="refsect2">
|
651
|
+
<a name="hb-unicode-funcs-create"></a><h3>hb_unicode_funcs_create ()</h3>
|
652
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> * hb_unicode_funcs_create (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *parent</code></em>);</pre>
|
653
|
+
<p>
|
654
|
+
</p>
|
655
|
+
</div>
|
656
|
+
<hr>
|
657
|
+
<div class="refsect2">
|
658
|
+
<a name="hb-unicode-funcs-destroy"></a><h3>hb_unicode_funcs_destroy ()</h3>
|
659
|
+
<pre class="programlisting"><span class="returnvalue">void</span> hb_unicode_funcs_destroy (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
|
660
|
+
<div class="variablelist"><table border="0">
|
661
|
+
<col align="left" valign="top">
|
662
|
+
<tbody><tr>
|
663
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
664
|
+
<td>Unicode functions.</td>
|
665
|
+
</tr></tbody>
|
666
|
+
</table></div>
|
667
|
+
<p class="since">Since 1.0</p>
|
668
|
+
</div>
|
669
|
+
<hr>
|
670
|
+
<div class="refsect2">
|
671
|
+
<a name="hb-unicode-funcs-get-default"></a><h3>hb_unicode_funcs_get_default ()</h3>
|
672
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> * hb_unicode_funcs_get_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
673
|
+
<p>
|
674
|
+
</p>
|
675
|
+
</div>
|
676
|
+
<hr>
|
677
|
+
<div class="refsect2">
|
678
|
+
<a name="hb-unicode-funcs-get-empty"></a><h3>hb_unicode_funcs_get_empty ()</h3>
|
679
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> * hb_unicode_funcs_get_empty (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
680
|
+
<div class="variablelist"><table border="0">
|
681
|
+
<col align="left" valign="top">
|
682
|
+
<tbody><tr>
|
683
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
684
|
+
<td>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
685
|
+
</td>
|
686
|
+
</tr></tbody>
|
687
|
+
</table></div>
|
688
|
+
<p class="since">Since 1.0</p>
|
689
|
+
</div>
|
690
|
+
<hr>
|
691
|
+
<div class="refsect2">
|
692
|
+
<a name="hb-unicode-funcs-get-parent"></a><h3>hb_unicode_funcs_get_parent ()</h3>
|
693
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> * hb_unicode_funcs_get_parent (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
|
694
|
+
<div class="variablelist"><table border="0">
|
695
|
+
<col align="left" valign="top">
|
696
|
+
<tbody><tr>
|
697
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
698
|
+
<td>Unicode functions.</td>
|
699
|
+
</tr></tbody>
|
700
|
+
</table></div>
|
701
|
+
<p class="since">Since 1.0</p>
|
702
|
+
</div>
|
703
|
+
<hr>
|
704
|
+
<div class="refsect2">
|
705
|
+
<a name="hb-unicode-funcs-get-user-data"></a><h3>hb_unicode_funcs_get_user_data ()</h3>
|
706
|
+
<pre class="programlisting"><span class="returnvalue">void</span> * hb_unicode_funcs_get_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
707
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t" title="hb_user_data_key_t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>);</pre>
|
708
|
+
<div class="variablelist"><table border="0">
|
709
|
+
<col align="left" valign="top">
|
710
|
+
<tbody>
|
711
|
+
<tr>
|
712
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
713
|
+
<td>Unicode functions.</td>
|
714
|
+
</tr>
|
715
|
+
<tr>
|
716
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
717
|
+
<td>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
718
|
+
</td>
|
719
|
+
</tr>
|
720
|
+
</tbody>
|
721
|
+
</table></div>
|
722
|
+
<p class="since">Since 1.0</p>
|
723
|
+
</div>
|
724
|
+
<hr>
|
725
|
+
<div class="refsect2">
|
726
|
+
<a name="hb-unicode-funcs-is-immutable"></a><h3>hb_unicode_funcs_is_immutable ()</h3>
|
727
|
+
<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_unicode_funcs_is_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
|
728
|
+
<div class="variablelist"><table border="0">
|
729
|
+
<col align="left" valign="top">
|
730
|
+
<tbody><tr>
|
731
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
732
|
+
<td>Unicode functions.</td>
|
733
|
+
</tr></tbody>
|
734
|
+
</table></div>
|
735
|
+
<p class="since">Since 1.0</p>
|
736
|
+
</div>
|
737
|
+
<hr>
|
738
|
+
<div class="refsect2">
|
739
|
+
<a name="hb-unicode-funcs-make-immutable"></a><h3>hb_unicode_funcs_make_immutable ()</h3>
|
740
|
+
<pre class="programlisting"><span class="returnvalue">void</span> hb_unicode_funcs_make_immutable (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
|
741
|
+
<div class="variablelist"><table border="0">
|
742
|
+
<col align="left" valign="top">
|
743
|
+
<tbody><tr>
|
744
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
745
|
+
<td>Unicode functions.</td>
|
746
|
+
</tr></tbody>
|
747
|
+
</table></div>
|
748
|
+
<p class="since">Since 1.0</p>
|
749
|
+
</div>
|
750
|
+
<hr>
|
751
|
+
<div class="refsect2">
|
752
|
+
<a name="hb-unicode-funcs-reference"></a><h3>hb_unicode_funcs_reference ()</h3>
|
753
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="returnvalue">hb_unicode_funcs_t</span></a> * hb_unicode_funcs_reference (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>);</pre>
|
754
|
+
<div class="variablelist"><table border="0">
|
755
|
+
<col align="left" valign="top">
|
756
|
+
<tbody>
|
757
|
+
<tr>
|
758
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
759
|
+
<td>Unicode functions.</td>
|
760
|
+
</tr>
|
761
|
+
<tr>
|
762
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
763
|
+
<td>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
764
|
+
</td>
|
765
|
+
</tr>
|
766
|
+
</tbody>
|
767
|
+
</table></div>
|
768
|
+
<p class="since">Since 1.0</p>
|
769
|
+
</div>
|
770
|
+
<hr>
|
771
|
+
<div class="refsect2">
|
772
|
+
<a name="hb-unicode-funcs-set-combining-class-func"></a><h3>hb_unicode_funcs_set_combining_class_func ()</h3>
|
773
|
+
<pre class="programlisting"><span class="returnvalue">void</span> hb_unicode_funcs_set_combining_class_func
|
774
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
775
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-combining-class-func-t" title="hb_unicode_combining_class_func_t ()"><span class="type">hb_unicode_combining_class_func_t</span></a> func</code></em>,
|
776
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
777
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
778
|
+
<div class="variablelist"><table border="0">
|
779
|
+
<col align="left" valign="top">
|
780
|
+
<tbody><tr>
|
781
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
782
|
+
<td>a Unicode function structure</td>
|
783
|
+
</tr></tbody>
|
784
|
+
</table></div>
|
785
|
+
<p class="since">Since 1.0</p>
|
786
|
+
</div>
|
787
|
+
<hr>
|
788
|
+
<div class="refsect2">
|
789
|
+
<a name="hb-unicode-funcs-set-compose-func"></a><h3>hb_unicode_funcs_set_compose_func ()</h3>
|
790
|
+
<pre class="programlisting"><span class="returnvalue">void</span> hb_unicode_funcs_set_compose_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
791
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-compose-func-t" title="hb_unicode_compose_func_t ()"><span class="type">hb_unicode_compose_func_t</span></a> func</code></em>,
|
792
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
793
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
794
|
+
<div class="variablelist"><table border="0">
|
795
|
+
<col align="left" valign="top">
|
796
|
+
<tbody><tr>
|
797
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
798
|
+
<td>a Unicode function structure</td>
|
799
|
+
</tr></tbody>
|
800
|
+
</table></div>
|
801
|
+
<p class="since">Since 1.0</p>
|
802
|
+
</div>
|
803
|
+
<hr>
|
804
|
+
<div class="refsect2">
|
805
|
+
<a name="hb-unicode-funcs-set-decompose-compatibility-func"></a><h3>hb_unicode_funcs_set_decompose_compatibility_func ()</h3>
|
806
|
+
<pre class="programlisting"><span class="returnvalue">void</span> hb_unicode_funcs_set_decompose_compatibility_func
|
807
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
808
|
+
<em class="parameter"><code><span class="type">hb_unicode_decompose_compatibility_func_t</span> func</code></em>,
|
809
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
810
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
811
|
+
<div class="variablelist"><table border="0">
|
812
|
+
<col align="left" valign="top">
|
813
|
+
<tbody><tr>
|
814
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
815
|
+
<td>a Unicode function structure</td>
|
816
|
+
</tr></tbody>
|
817
|
+
</table></div>
|
818
|
+
<p class="since">Since 1.0</p>
|
819
|
+
</div>
|
820
|
+
<hr>
|
821
|
+
<div class="refsect2">
|
822
|
+
<a name="hb-unicode-funcs-set-decompose-func"></a><h3>hb_unicode_funcs_set_decompose_func ()</h3>
|
823
|
+
<pre class="programlisting"><span class="returnvalue">void</span> hb_unicode_funcs_set_decompose_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
824
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-decompose-func-t" title="hb_unicode_decompose_func_t ()"><span class="type">hb_unicode_decompose_func_t</span></a> func</code></em>,
|
825
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
826
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
827
|
+
<div class="variablelist"><table border="0">
|
828
|
+
<col align="left" valign="top">
|
829
|
+
<tbody><tr>
|
830
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
831
|
+
<td>a Unicode function structure</td>
|
832
|
+
</tr></tbody>
|
833
|
+
</table></div>
|
834
|
+
<p class="since">Since 1.0</p>
|
835
|
+
</div>
|
836
|
+
<hr>
|
837
|
+
<div class="refsect2">
|
838
|
+
<a name="hb-unicode-funcs-set-eastasian-width-func"></a><h3>hb_unicode_funcs_set_eastasian_width_func ()</h3>
|
839
|
+
<pre class="programlisting"><span class="returnvalue">void</span> hb_unicode_funcs_set_eastasian_width_func
|
840
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
841
|
+
<em class="parameter"><code><span class="type">hb_unicode_eastasian_width_func_t</span> func</code></em>,
|
842
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
843
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
844
|
+
<div class="variablelist"><table border="0">
|
845
|
+
<col align="left" valign="top">
|
846
|
+
<tbody><tr>
|
847
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
848
|
+
<td>a Unicode function structure</td>
|
849
|
+
</tr></tbody>
|
850
|
+
</table></div>
|
851
|
+
<p class="since">Since 1.0</p>
|
852
|
+
</div>
|
853
|
+
<hr>
|
854
|
+
<div class="refsect2">
|
855
|
+
<a name="hb-unicode-funcs-set-general-category-func"></a><h3>hb_unicode_funcs_set_general_category_func ()</h3>
|
856
|
+
<pre class="programlisting"><span class="returnvalue">void</span> hb_unicode_funcs_set_general_category_func
|
857
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
858
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-general-category-func-t" title="hb_unicode_general_category_func_t ()"><span class="type">hb_unicode_general_category_func_t</span></a> func</code></em>,
|
859
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
860
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
861
|
+
<div class="variablelist"><table border="0">
|
862
|
+
<col align="left" valign="top">
|
863
|
+
<tbody><tr>
|
864
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
865
|
+
<td>a Unicode function structure</td>
|
866
|
+
</tr></tbody>
|
867
|
+
</table></div>
|
868
|
+
<p class="since">Since 1.0</p>
|
869
|
+
</div>
|
870
|
+
<hr>
|
871
|
+
<div class="refsect2">
|
872
|
+
<a name="hb-unicode-funcs-set-mirroring-func"></a><h3>hb_unicode_funcs_set_mirroring_func ()</h3>
|
873
|
+
<pre class="programlisting"><span class="returnvalue">void</span> hb_unicode_funcs_set_mirroring_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
874
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-mirroring-func-t" title="hb_unicode_mirroring_func_t ()"><span class="type">hb_unicode_mirroring_func_t</span></a> func</code></em>,
|
875
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
876
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
877
|
+
<div class="variablelist"><table border="0">
|
878
|
+
<col align="left" valign="top">
|
879
|
+
<tbody><tr>
|
880
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
881
|
+
<td>a Unicode function structure</td>
|
882
|
+
</tr></tbody>
|
883
|
+
</table></div>
|
884
|
+
<p class="since">Since 1.0</p>
|
885
|
+
</div>
|
886
|
+
<hr>
|
887
|
+
<div class="refsect2">
|
888
|
+
<a name="hb-unicode-funcs-set-script-func"></a><h3>hb_unicode_funcs_set_script_func ()</h3>
|
889
|
+
<pre class="programlisting"><span class="returnvalue">void</span> hb_unicode_funcs_set_script_func (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
890
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-script-func-t" title="hb_unicode_script_func_t ()"><span class="type">hb_unicode_script_func_t</span></a> func</code></em>,
|
891
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>,
|
892
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>);</pre>
|
893
|
+
<div class="variablelist"><table border="0">
|
894
|
+
<col align="left" valign="top">
|
895
|
+
<tbody><tr>
|
896
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
897
|
+
<td>a Unicode function structure</td>
|
898
|
+
</tr></tbody>
|
899
|
+
</table></div>
|
900
|
+
<p class="since">Since 1.0</p>
|
901
|
+
</div>
|
902
|
+
<hr>
|
903
|
+
<div class="refsect2">
|
904
|
+
<a name="hb-unicode-funcs-set-user-data"></a><h3>hb_unicode_funcs_set_user_data ()</h3>
|
905
|
+
<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_unicode_funcs_set_user_data (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
906
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-user-data-key-t" title="hb_user_data_key_t"><span class="type">hb_user_data_key_t</span></a> *key</code></em>,
|
907
|
+
<em class="parameter"><code><span class="type">void</span> *data</code></em>,
|
908
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-destroy-func-t" title="hb_destroy_func_t ()"><span class="type">hb_destroy_func_t</span></a> destroy</code></em>,
|
909
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-bool-t" title="hb_bool_t"><span class="type">hb_bool_t</span></a> replace</code></em>);</pre>
|
910
|
+
<div class="variablelist"><table border="0">
|
911
|
+
<col align="left" valign="top">
|
912
|
+
<tbody><tr>
|
913
|
+
<td><p><span class="term"><em class="parameter"><code>ufuncs</code></em> :</span></p></td>
|
914
|
+
<td>Unicode functions.</td>
|
915
|
+
</tr></tbody>
|
916
|
+
</table></div>
|
917
|
+
<p class="since">Since 1.0</p>
|
918
|
+
</div>
|
919
|
+
<hr>
|
920
|
+
<div class="refsect2">
|
921
|
+
<a name="hb-unicode-funcs-t"></a><h3>hb_unicode_funcs_t</h3>
|
922
|
+
<pre class="programlisting">typedef struct hb_unicode_funcs_t hb_unicode_funcs_t;
|
923
|
+
</pre>
|
924
|
+
<p>
|
925
|
+
</p>
|
926
|
+
</div>
|
927
|
+
<hr>
|
928
|
+
<div class="refsect2">
|
929
|
+
<a name="hb-unicode-general-category"></a><h3>hb_unicode_general_category ()</h3>
|
930
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-general-category-t" title="enum hb_unicode_general_category_t"><span class="returnvalue">hb_unicode_general_category_t</span></a> hb_unicode_general_category
|
931
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
932
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>);</pre>
|
933
|
+
<p>
|
934
|
+
</p>
|
935
|
+
</div>
|
936
|
+
<hr>
|
937
|
+
<div class="refsect2">
|
938
|
+
<a name="hb-unicode-general-category-func-t"></a><h3>hb_unicode_general_category_func_t ()</h3>
|
939
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-general-category-t" title="enum hb_unicode_general_category_t"><span class="returnvalue">hb_unicode_general_category_t</span></a> (*hb_unicode_general_category_func_t)
|
940
|
+
(<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
941
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
942
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
943
|
+
<p>
|
944
|
+
</p>
|
945
|
+
</div>
|
946
|
+
<hr>
|
947
|
+
<div class="refsect2">
|
948
|
+
<a name="hb-unicode-general-category-t"></a><h3>enum hb_unicode_general_category_t</h3>
|
949
|
+
<pre class="programlisting">typedef enum {
|
950
|
+
HB_UNICODE_GENERAL_CATEGORY_CONTROL, /* Cc */
|
951
|
+
HB_UNICODE_GENERAL_CATEGORY_FORMAT, /* Cf */
|
952
|
+
HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED, /* Cn */
|
953
|
+
HB_UNICODE_GENERAL_CATEGORY_PRIVATE_USE, /* Co */
|
954
|
+
HB_UNICODE_GENERAL_CATEGORY_SURROGATE, /* Cs */
|
955
|
+
HB_UNICODE_GENERAL_CATEGORY_LOWERCASE_LETTER, /* Ll */
|
956
|
+
HB_UNICODE_GENERAL_CATEGORY_MODIFIER_LETTER, /* Lm */
|
957
|
+
HB_UNICODE_GENERAL_CATEGORY_OTHER_LETTER, /* Lo */
|
958
|
+
HB_UNICODE_GENERAL_CATEGORY_TITLECASE_LETTER, /* Lt */
|
959
|
+
HB_UNICODE_GENERAL_CATEGORY_UPPERCASE_LETTER, /* Lu */
|
960
|
+
HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK, /* Mc */
|
961
|
+
HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK, /* Me */
|
962
|
+
HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK, /* Mn */
|
963
|
+
HB_UNICODE_GENERAL_CATEGORY_DECIMAL_NUMBER, /* Nd */
|
964
|
+
HB_UNICODE_GENERAL_CATEGORY_LETTER_NUMBER, /* Nl */
|
965
|
+
HB_UNICODE_GENERAL_CATEGORY_OTHER_NUMBER, /* No */
|
966
|
+
HB_UNICODE_GENERAL_CATEGORY_CONNECT_PUNCTUATION, /* Pc */
|
967
|
+
HB_UNICODE_GENERAL_CATEGORY_DASH_PUNCTUATION, /* Pd */
|
968
|
+
HB_UNICODE_GENERAL_CATEGORY_CLOSE_PUNCTUATION, /* Pe */
|
969
|
+
HB_UNICODE_GENERAL_CATEGORY_FINAL_PUNCTUATION, /* Pf */
|
970
|
+
HB_UNICODE_GENERAL_CATEGORY_INITIAL_PUNCTUATION, /* Pi */
|
971
|
+
HB_UNICODE_GENERAL_CATEGORY_OTHER_PUNCTUATION, /* Po */
|
972
|
+
HB_UNICODE_GENERAL_CATEGORY_OPEN_PUNCTUATION, /* Ps */
|
973
|
+
HB_UNICODE_GENERAL_CATEGORY_CURRENCY_SYMBOL, /* Sc */
|
974
|
+
HB_UNICODE_GENERAL_CATEGORY_MODIFIER_SYMBOL, /* Sk */
|
975
|
+
HB_UNICODE_GENERAL_CATEGORY_MATH_SYMBOL, /* Sm */
|
976
|
+
HB_UNICODE_GENERAL_CATEGORY_OTHER_SYMBOL, /* So */
|
977
|
+
HB_UNICODE_GENERAL_CATEGORY_LINE_SEPARATOR, /* Zl */
|
978
|
+
HB_UNICODE_GENERAL_CATEGORY_PARAGRAPH_SEPARATOR, /* Zp */
|
979
|
+
HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR /* Zs */
|
980
|
+
} hb_unicode_general_category_t;
|
981
|
+
</pre>
|
982
|
+
<p>
|
983
|
+
</p>
|
984
|
+
<div class="variablelist"><table border="0">
|
985
|
+
<col align="left" valign="top">
|
986
|
+
<tbody>
|
987
|
+
<tr>
|
988
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-CONTROL:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_CONTROL</code></span></p></td>
|
989
|
+
<td>
|
990
|
+
</td>
|
991
|
+
</tr>
|
992
|
+
<tr>
|
993
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-FORMAT:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_FORMAT</code></span></p></td>
|
994
|
+
<td>
|
995
|
+
</td>
|
996
|
+
</tr>
|
997
|
+
<tr>
|
998
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-UNASSIGNED:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED</code></span></p></td>
|
999
|
+
<td>
|
1000
|
+
</td>
|
1001
|
+
</tr>
|
1002
|
+
<tr>
|
1003
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-PRIVATE-USE:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_PRIVATE_USE</code></span></p></td>
|
1004
|
+
<td>
|
1005
|
+
</td>
|
1006
|
+
</tr>
|
1007
|
+
<tr>
|
1008
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-SURROGATE:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_SURROGATE</code></span></p></td>
|
1009
|
+
<td>
|
1010
|
+
</td>
|
1011
|
+
</tr>
|
1012
|
+
<tr>
|
1013
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-LOWERCASE-LETTER:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_LOWERCASE_LETTER</code></span></p></td>
|
1014
|
+
<td>
|
1015
|
+
</td>
|
1016
|
+
</tr>
|
1017
|
+
<tr>
|
1018
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-MODIFIER-LETTER:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_MODIFIER_LETTER</code></span></p></td>
|
1019
|
+
<td>
|
1020
|
+
</td>
|
1021
|
+
</tr>
|
1022
|
+
<tr>
|
1023
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-OTHER-LETTER:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_OTHER_LETTER</code></span></p></td>
|
1024
|
+
<td>
|
1025
|
+
</td>
|
1026
|
+
</tr>
|
1027
|
+
<tr>
|
1028
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-TITLECASE-LETTER:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_TITLECASE_LETTER</code></span></p></td>
|
1029
|
+
<td>
|
1030
|
+
</td>
|
1031
|
+
</tr>
|
1032
|
+
<tr>
|
1033
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-UPPERCASE-LETTER:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_UPPERCASE_LETTER</code></span></p></td>
|
1034
|
+
<td>
|
1035
|
+
</td>
|
1036
|
+
</tr>
|
1037
|
+
<tr>
|
1038
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-SPACING-MARK:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_SPACING_MARK</code></span></p></td>
|
1039
|
+
<td>
|
1040
|
+
</td>
|
1041
|
+
</tr>
|
1042
|
+
<tr>
|
1043
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-ENCLOSING-MARK:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_ENCLOSING_MARK</code></span></p></td>
|
1044
|
+
<td>
|
1045
|
+
</td>
|
1046
|
+
</tr>
|
1047
|
+
<tr>
|
1048
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-NON-SPACING-MARK:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_NON_SPACING_MARK</code></span></p></td>
|
1049
|
+
<td>
|
1050
|
+
</td>
|
1051
|
+
</tr>
|
1052
|
+
<tr>
|
1053
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-DECIMAL-NUMBER:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_DECIMAL_NUMBER</code></span></p></td>
|
1054
|
+
<td>
|
1055
|
+
</td>
|
1056
|
+
</tr>
|
1057
|
+
<tr>
|
1058
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-LETTER-NUMBER:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_LETTER_NUMBER</code></span></p></td>
|
1059
|
+
<td>
|
1060
|
+
</td>
|
1061
|
+
</tr>
|
1062
|
+
<tr>
|
1063
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-OTHER-NUMBER:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_OTHER_NUMBER</code></span></p></td>
|
1064
|
+
<td>
|
1065
|
+
</td>
|
1066
|
+
</tr>
|
1067
|
+
<tr>
|
1068
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-CONNECT-PUNCTUATION:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_CONNECT_PUNCTUATION</code></span></p></td>
|
1069
|
+
<td>
|
1070
|
+
</td>
|
1071
|
+
</tr>
|
1072
|
+
<tr>
|
1073
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-DASH-PUNCTUATION:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_DASH_PUNCTUATION</code></span></p></td>
|
1074
|
+
<td>
|
1075
|
+
</td>
|
1076
|
+
</tr>
|
1077
|
+
<tr>
|
1078
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-CLOSE-PUNCTUATION:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_CLOSE_PUNCTUATION</code></span></p></td>
|
1079
|
+
<td>
|
1080
|
+
</td>
|
1081
|
+
</tr>
|
1082
|
+
<tr>
|
1083
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-FINAL-PUNCTUATION:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_FINAL_PUNCTUATION</code></span></p></td>
|
1084
|
+
<td>
|
1085
|
+
</td>
|
1086
|
+
</tr>
|
1087
|
+
<tr>
|
1088
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-INITIAL-PUNCTUATION:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_INITIAL_PUNCTUATION</code></span></p></td>
|
1089
|
+
<td>
|
1090
|
+
</td>
|
1091
|
+
</tr>
|
1092
|
+
<tr>
|
1093
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-OTHER-PUNCTUATION:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_OTHER_PUNCTUATION</code></span></p></td>
|
1094
|
+
<td>
|
1095
|
+
</td>
|
1096
|
+
</tr>
|
1097
|
+
<tr>
|
1098
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-OPEN-PUNCTUATION:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_OPEN_PUNCTUATION</code></span></p></td>
|
1099
|
+
<td>
|
1100
|
+
</td>
|
1101
|
+
</tr>
|
1102
|
+
<tr>
|
1103
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-CURRENCY-SYMBOL:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_CURRENCY_SYMBOL</code></span></p></td>
|
1104
|
+
<td>
|
1105
|
+
</td>
|
1106
|
+
</tr>
|
1107
|
+
<tr>
|
1108
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-MODIFIER-SYMBOL:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_MODIFIER_SYMBOL</code></span></p></td>
|
1109
|
+
<td>
|
1110
|
+
</td>
|
1111
|
+
</tr>
|
1112
|
+
<tr>
|
1113
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-MATH-SYMBOL:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_MATH_SYMBOL</code></span></p></td>
|
1114
|
+
<td>
|
1115
|
+
</td>
|
1116
|
+
</tr>
|
1117
|
+
<tr>
|
1118
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-OTHER-SYMBOL:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_OTHER_SYMBOL</code></span></p></td>
|
1119
|
+
<td>
|
1120
|
+
</td>
|
1121
|
+
</tr>
|
1122
|
+
<tr>
|
1123
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-LINE-SEPARATOR:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_LINE_SEPARATOR</code></span></p></td>
|
1124
|
+
<td>
|
1125
|
+
</td>
|
1126
|
+
</tr>
|
1127
|
+
<tr>
|
1128
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-PARAGRAPH-SEPARATOR:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_PARAGRAPH_SEPARATOR</code></span></p></td>
|
1129
|
+
<td>
|
1130
|
+
</td>
|
1131
|
+
</tr>
|
1132
|
+
<tr>
|
1133
|
+
<td><p><a name="HB-UNICODE-GENERAL-CATEGORY-SPACE-SEPARATOR:CAPS"></a><span class="term"><code class="literal">HB_UNICODE_GENERAL_CATEGORY_SPACE_SEPARATOR</code></span></p></td>
|
1134
|
+
<td>
|
1135
|
+
</td>
|
1136
|
+
</tr>
|
1137
|
+
</tbody>
|
1138
|
+
</table></div>
|
1139
|
+
</div>
|
1140
|
+
<hr>
|
1141
|
+
<div class="refsect2">
|
1142
|
+
<a name="hb-unicode-mirroring"></a><h3>hb_unicode_mirroring ()</h3>
|
1143
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="returnvalue">hb_codepoint_t</span></a> hb_unicode_mirroring (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
1144
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>);</pre>
|
1145
|
+
<p>
|
1146
|
+
</p>
|
1147
|
+
</div>
|
1148
|
+
<hr>
|
1149
|
+
<div class="refsect2">
|
1150
|
+
<a name="hb-unicode-mirroring-func-t"></a><h3>hb_unicode_mirroring_func_t ()</h3>
|
1151
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="returnvalue">hb_codepoint_t</span></a> (*hb_unicode_mirroring_func_t) (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
1152
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
1153
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
1154
|
+
<p>
|
1155
|
+
</p>
|
1156
|
+
</div>
|
1157
|
+
<hr>
|
1158
|
+
<div class="refsect2">
|
1159
|
+
<a name="hb-unicode-script"></a><h3>hb_unicode_script ()</h3>
|
1160
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a> hb_unicode_script (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
1161
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>);</pre>
|
1162
|
+
<p>
|
1163
|
+
</p>
|
1164
|
+
</div>
|
1165
|
+
<hr>
|
1166
|
+
<div class="refsect2">
|
1167
|
+
<a name="hb-unicode-script-func-t"></a><h3>hb_unicode_script_func_t ()</h3>
|
1168
|
+
<pre class="programlisting"><a class="link" href="harfbuzz-hb-common.html#hb-script-t" title="enum hb_script_t"><span class="returnvalue">hb_script_t</span></a> (*hb_unicode_script_func_t) (<em class="parameter"><code><a class="link" href="harfbuzz-hb-unicode.html#hb-unicode-funcs-t" title="hb_unicode_funcs_t"><span class="type">hb_unicode_funcs_t</span></a> *ufuncs</code></em>,
|
1169
|
+
<em class="parameter"><code><a class="link" href="harfbuzz-hb-common.html#hb-codepoint-t" title="hb_codepoint_t"><span class="type">hb_codepoint_t</span></a> unicode</code></em>,
|
1170
|
+
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
|
1171
|
+
<p>
|
1172
|
+
</p>
|
1173
|
+
</div>
|
1174
|
+
</div>
|
1175
|
+
</div>
|
1176
|
+
<div class="footer">
|
1177
|
+
<hr>
|
1178
|
+
Generated by GTK-Doc V1.19.1</div>
|
1179
|
+
</body>
|
1180
|
+
</html>
|