-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpango_bridging.h
More file actions
69 lines (66 loc) · 1.93 KB
/
pango_bridging.h
File metadata and controls
69 lines (66 loc) · 1.93 KB
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
struct _PangoAttrIterator {};
struct _PangoAttrList {};
struct _PangoContext {};
struct _PangoContextClass {};
struct _PangoCoverage {};
struct _PangoFontDescription {};
struct _PangoFontsetSimple {};
struct _PangoFontsetSimpleClass {};
struct _PangoLanguage {};
struct _PangoLayout {};
struct _PangoLayoutClass {};
struct _PangoLayoutIter {};
struct _PangoMap {};
struct _PangoMapEntry {};
struct _PangoRendererPrivate {};
struct _PangoScriptForLang {};
struct _PangoScriptIter {};
struct _PangoTabArray {};
struct _PangoCairoCoreTextFont {};
struct _PangoCairoCoreTextFontClass {};
struct _PangoCairoCoreTextFontMap {};
struct _PangoCairoFcFontMap {};
struct _PangoCairoFont {};
struct _PangoCairoFontMap {};
#define PANGO_ENABLE_BACKEND
#define PANGO_ENABLE_ENGINE
#define GLIB_DISABLE_DEPRECATION_WARNINGS
#include <sys/types.h>
#include <pango/pango.h>
#include <pango/pango-attributes.h>
#include <pango/pango-bidi-type.h>
#include <pango/pango-break.h>
#include <pango/pango-context.h>
#include <pango/pango-coverage.h>
#include <pango/pango-engine.h>
#include <pango/pango-enum-types.h>
#include <pango/pango-features.h>
#include <pango/pango-font.h>
#include <pango/pango-fontmap.h>
#include <pango/pango-fontset.h>
#include <pango/pango-glyph-item.h>
#include <pango/pango-glyph.h>
#include <pango/pango-gravity.h>
#include <pango/pango-item.h>
#include <pango/pango-language.h>
#include <pango/pango-layout.h>
#include <pango/pango-matrix.h>
#include <pango/pango-modules.h>
#include <pango/pango-ot.h>
#include <pango/pango-renderer.h>
#include <pango/pango-script.h>
#include <pango/pango-tabs.h>
#include <pango/pango-types.h>
#include <pango/pango-utils.h>
#include <pango/pangocairo.h>
#include <pango/pangofc-decoder.h>
#include <pango/pangofc-font.h>
#include <pango/pangofc-fontmap.h>
#include <pango/pangoft2.h>
#ifdef __APPLE__
#include <pango/pangocoretext.h>
#endif
typedef struct {
const char lang[6];
PangoScript scripts[3];
} PangoScriptForLang;