summaryrefslogtreecommitdiff
path: root/docs/tmpl/modules.sgml
blob: 0fe8c42f787de408c8776519f840ba5a2fe129c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!-- ##### 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 dynamic
modules 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 to
use 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: