blob: 5e250bc8925d13368b1781cb78e27dbcce53e858 (
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
|
General points
==============
One global entry point for each module:
g_i18n_list_functions()
function : language : vtable
Tool:
gi18n-updatedb
Input Method Module
===================
Functions:
Callbacks:
Set the status area contents
Set the preedit string contents
Position the caret
Begin preediting
End preediting
Shaping Module
=============
Segment input text
Turn characters into glyphs
Provide line-break information
Output Modules
==============
Position/justify glyphs
|