modules.sgml
来自「GTK+-2.0源码之pango-1.15.6.tar.gz」· SGML 代码 · 共 88 行
SGML
88 行
<!-- ##### SECTION Title ##### -->Modules<!-- ##### SECTION Short_Description ##### -->Support for loadable modules<!-- ##### SECTION Long_Description ##### --><para>Functions and macros in this section are used to support loading dynamicmodules that add engines to Pango at run time.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT PangoIncludedModule ##### --><para>The #PangoIncludedModule structure for a statically linked module contains the functions that would otherwise be loaded from a dynamically loaded module.</para>@list: a function that lists the engines defined in this module.@init: a function to initialize the module.@exit: a function to finalize the module.@create: a function to create an engine, given the engine name.<!-- ##### STRUCT PangoMap ##### --><para>A #PangoMap structure can be used to determine the engine touse for each character.</para><!-- ##### STRUCT PangoMapEntry ##### --><para>A #PangoMapEntry contains information about the engine that should be used for the codepoint to which this entry belongs and also whether the engine matches the language tag for this entry's map exactly or just approximately.</para><!-- ##### FUNCTION pango_find_map ##### --><para></para>@language: @engine_type_id: @render_type_id: @Returns: <!-- ##### FUNCTION pango_map_get_engine ##### --><para></para>@map: @script: @Returns: <!-- ##### FUNCTION pango_map_get_engines ##### --><para></para>@map: @script: @exact_engines: @fallback_engines: <!-- ##### FUNCTION pango_module_register ##### --><para></para>@module:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?