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
|
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh....
#endif
//GO(XftCharExists,
//GO(XftCharFontSpecRender,
//GO(XftCharIndex,
//GO(XftCharSpecRender,
GO(XftColorAllocName, iFppupp)
//GO(XftColorAllocValue,
GO(XftColorFree, vFppup)
//GO(XftDefaultHasRender,
//GO(XftDefaultSet,
//GO(XftDefaultSubstitute,
GO(XftDrawChange, vFpp)
//GO(XftDrawCharFontSpec,
//GO(XftDrawCharSpec,
//GO(XftDrawColormap,
GO(XftDrawCreate, pFpppp)
//GO(XftDrawCreateAlpha,
//GO(XftDrawCreateBitmap,
GO(XftDrawDestroy, vFp)
//GO(XftDrawDisplay,
//GO(XftDrawDrawable,
//GO(XftDrawGlyphFontSpec,
//GO(XftDrawGlyphs,
//GO(XftDrawGlyphSpec,
//GO(XftDrawPicture,
GO(XftDrawRect, vFppiiuu)
GO(XftDrawSetClip, iFpp)
//GO(XftDrawSetClipRectangles,
//GO(XftDrawSetSubwindowMode,
//GO(XftDrawSrcPicture,
GO(XftDrawString16, vFpppiipi)
GO(XftDrawString32, vFpppiipi)
//GO(XftDrawString8,
//GO(XftDrawStringUtf16,
//GO(XftDrawStringUtf8,
//GO(XftDrawVisual,
//GO(XftFontCheckGlyph,
GO(XftFontClose, vFpp)
GO(XftFontCopy, pFpp)
//GO(XftFontInfoCreate,
//GO(XftFontInfoDestroy,
//GO(XftFontInfoEqual,
//GO(XftFontInfoHash,
//GO(XftFontLoadGlyphs,
GO(XftFontMatch, pFpipp)
GO(XftFontOpen, pFpippppppppppppppppp) // use ...
//GO(XftFontOpenInfo,
GO(XftFontOpenName, pFpip)
GO(XftFontOpenPattern, pFpp)
GO(XftFontOpenXlfd, pFpip)
//GO(XftFontUnloadGlyphs,
//GO(XftGetVersion,
//GO(XftGlyphExtents,
//GO(XftGlyphFontSpecRender,
//GO(XftGlyphRender,
//GO(XftGlyphSpecRender,
//GO(XftInit,
//GO(XftInitFtLibrary,
//GO(XftListFonts,
//GO(XftLockFace,
//GO(XftNameParse,
GO(XftNameUnparse, iFppi)
GO(XftTextExtents16, vFpppip)
GO(XftTextExtents32, vFpppip)
//GO(XftTextExtents8,
//GO(XftTextExtentsUtf16,
//GO(XftTextExtentsUtf8,
//GO(XftTextRender16,
//GO(XftTextRender16BE,
//GO(XftTextRender16LE,
//GO(XftTextRender32,
//GO(XftTextRender32BE,
//GO(XftTextRender32LE,
//GO(XftTextRender8,
//GO(XftTextRenderUtf16,
//GO(XftTextRenderUtf8,
//GO(XftUnlockFace,
//GO(XftXlfdParse,
|