⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modules.sgml

📁 GTK+-2.0源码之pango-1.15.6.tar.gz
💻 SGML
字号:
<!-- ##### 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -