📄 pangoenginelang.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"><title>PangoEngineLang</title><meta name="generator" content="DocBook XSL Stylesheets V1.69.1"><link rel="start" href="index.html" title="Pango Reference Manual"><link rel="up" href="lowlevel.html" title="Low Level Functionality"><link rel="prev" href="pango-Engines.html" title="Engines"><link rel="next" href="PangoEngineShape.html" title="PangoEngineShape"><meta name="generator" content="GTK-Doc V1.6 (XML mode)"><link rel="stylesheet" href="style.css" type="text/css"><link rel="chapter" href="pango.html" title="Basic Pango Interfaces"><link rel="chapter" href="rendering.html" title="Rendering with Pango"><link rel="chapter" href="lowlevel.html" title="Low Level Functionality"><link rel="chapter" href="tools.html" title="Pango Tools"><link rel="index" href="ix01.html" title="Index"><link rel="index" href="ix02.html" title="Index of deprecated symbols"><link rel="index" href="ix03.html" title="Index of new symbols in 1.2"><link rel="index" href="ix04.html" title="Index of new symbols in 1.4"><link rel="index" href="ix05.html" title="Index of new symbols in 1.6"><link rel="index" href="ix06.html" title="Index of new symbols in 1.8"><link rel="index" href="ix07.html" title="Index of new symbols in 1.10"><link rel="index" href="ix08.html" title="Index of new symbols in 1.12"><link rel="index" href="ix09.html" title="Index of new symbols in 1.14"><link rel="index" href="ix10.html" title="Index of new symbols in 1.16"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"><td><a accesskey="p" href="pango-Engines.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td><td><a accesskey="u" href="lowlevel.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td><td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td><th width="100%" align="center">Pango Reference Manual</th><td><a accesskey="n" href="PangoEngineShape.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td></tr><tr><td colspan="5" class="shortcuts"><nobr><a href="#top_of_page" class="shortcut">Top</a>  |  <a href="#desc" class="shortcut">Description</a>  |  <a href="#object_hierarchy" class="shortcut">Object Hierarchy</a></nobr></td></tr></table><div class="refentry" lang="en"><a name="PangoEngineLang"></a><div class="titlepage"></div><div class="refnamediv"><table width="100%"><tr><td valign="top"><h2><span class="refentrytitle"><a name="top_of_page"></a>PangoEngineLang</span></h2><p>PangoEngineLang — Rendering-system independent script engines</p></td><td valign="top" align="right"></td></tr></table></div><div class="refsynopsisdiv"><a name="synopsis"></a><h2>Synopsis</h2><pre class="synopsis"> <a href="PangoEngineLang.html#PangoEngineLang-struct">PangoEngineLang</a>; <a href="PangoEngineLang.html#PangoEngineLangClass">PangoEngineLangClass</a>;#define <a href="PangoEngineLang.html#PANGO-ENGINE-TYPE-LANG:CAPS">PANGO_ENGINE_TYPE_LANG</a>#define <a href="PangoEngineLang.html#PANGO-ENGINE-LANG-DEFINE-TYPE:CAPS">PANGO_ENGINE_LANG_DEFINE_TYPE</a> (name, prefix, class_init, instance_init)</pre></div><div class="refsect1" lang="en"><a name="object_hierarchy"></a><h2>Object Hierarchy</h2><pre class="synopsis"> <ahref="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a> +----<a href="pango-Engines.html#PangoEngine">PangoEngine</a> +----PangoEngineLang</pre></div><div class="refsect1" lang="en"><a name="desc"></a><h2>Description</h2><p>The <em class="firstterm">language engines</em> are rendering-system independentengines that determine line, word, and character breaks for character strings.These engines are used in <a href="pango-Text-Processing.html#pango-break"><code class="function">pango_break()</code></a>.</p></div><div class="refsect1" lang="en"><a name="details"></a><h2>Details</h2><div class="refsect2" lang="en"><a name="id2938040"></a><h3><a name="PangoEngineLang-struct"></a>PangoEngineLang</h3><a class="indexterm" name="id2938052"></a><pre class="programlisting">typedef struct _PangoEngineLang PangoEngineLang;</pre><p>The <a href="PangoEngineLang.html" title="PangoEngineLang"><span class="type">PangoEngineLang</span></a> class is implemented by engines thatcustomize the rendering-system independent part of thePango pipeline for a particular script or language. Forinstance, a custom <a href="PangoEngineLang.html" title="PangoEngineLang"><span class="type">PangoEngineLang</span></a> could be provided forThai to implement the dictionary-based word boundarylookups needed for that language.</p><p></p></div><hr><div class="refsect2" lang="en"><a name="id2938091"></a><h3><a name="PangoEngineLangClass"></a>PangoEngineLangClass</h3><a class="indexterm" name="id2938105"></a><pre class="programlisting">typedef struct { void (*script_break) (PangoEngineLang *engine, const char *text, int len, PangoAnalysis *analysis, PangoLogAttr *attrs, int attrs_len);} PangoEngineLangClass;</pre><p>Class structure for <a href="PangoEngineLang.html" title="PangoEngineLang"><span class="type">PangoEngineLang</span></a></p><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="structfield"><code>script_break</code></em> ()</span></td><td> Provides a custom implementation of <a href="pango-Text-Processing.html#pango-break"><code class="function">pango_break()</code></a>.If <ahref="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, <a href="pango-Text-Processing.html#pango-default-break"><code class="function">pango_default_break()</code></a> is used instead. If not <ahref="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, forPango versions before 1.16 (module interface version before 1.6.0),this was called instead of <a href="pango-Text-Processing.html#pango-default-break"><code class="function">pango_default_break()</code></a>, but in newer versions,<a href="pango-Text-Processing.html#pango-default-break"><code class="function">pango_default_break()</code></a> is always called and this is called after that toallow tailoring the breaking results.</td></tr></tbody></table></div></div><hr><div class="refsect2" lang="en"><a name="id2938220"></a><h3><a name="PANGO-ENGINE-TYPE-LANG:CAPS"></a>PANGO_ENGINE_TYPE_LANG</h3><a class="indexterm" name="id2938233"></a><pre class="programlisting">#define PANGO_ENGINE_TYPE_LANG "PangoEngineLang"</pre><p>A string constant defining the engine typefor language engines.These engines derive from <a href="PangoEngineLang.html" title="PangoEngineLang"><span class="type">PangoEngineLang</span></a>.</p></div><hr><div class="refsect2" lang="en"><a name="id2938258"></a><h3><a name="PANGO-ENGINE-LANG-DEFINE-TYPE:CAPS"></a>PANGO_ENGINE_LANG_DEFINE_TYPE()</h3><a class="indexterm" name="id2938271"></a><pre class="programlisting">#define PANGO_ENGINE_LANG_DEFINE_TYPE(name, prefix, class_init, instance_init)</pre><p>Outputs the necessary code for GObject type registration for a<a href="PangoEngineLang.html" title="PangoEngineLang"><span class="type">PangoEngineLang</span></a> class defined in a module. Two static symbolsare defined.</p><p></p><pre class="programlisting"> static GType <em class="replaceable"><code>prefix</code></em>_type; static void <em class="replaceable"><code>prefix</code></em>_register_type (GTypeModule module);</pre><p></p><p>The <code class="function"><em class="replaceable"><code>prefix</code></em>, <code class="function">_register_type()</code></code>function should be called in your <a href="pango-Engines.html#script-engine-init"><code class="function">script_engine_init()</code></a> function foreach type that your module implements, and then your <a href="pango-Engines.html#script-engine-create"><code class="function">script_engine_create()</code></a>function can create instances of the object as follows:</p><p></p><div class="informalexample"><pre class="programlisting"> PangoEngine *engine = g_object_new (<em class="replaceable"><code>prefix</code></em>_type, NULL);</pre></div><p></p><div class="variablelist"><table border="0"><col align="left" valign="top"><tbody><tr><td><span class="term"><em class="parameter"><code>name</code></em> :</span></td><td> Name of the the type to register (for example:, <code class="literal">ArabicEngineFc</code></td></tr><tr><td><span class="term"><em class="parameter"><code>prefix</code></em> :</span></td><td> Prefix for symbols that will be defined (for example:, <code class="literal">arabic_engine_fc</code></td></tr><tr><td><span class="term"><em class="parameter"><code>class_init</code></em> :</span></td><td> Class initialization function for the new type, or <ahref="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></td></tr><tr><td><span class="term"><em class="parameter"><code>instance_init</code></em> :</span></td><td> Instance initialization function for the new type, or <ahref="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a></td></tr></tbody></table></div></div></div></div></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -