1wxFontData(3)              Erlang Module Definition              wxFontData(3)
2
3
4

NAME

6       wxFontData - See external documentation: wxFontData.
7

DESCRIPTION

9       See external documentation: wxFontData.
10

DATA TYPES

12         wxFontData():
13
14
15           An  object  reference,  The  representation  is internal and can be
16           changed without notice. It can't be used for comparsion  stored  on
17           disc or distributed for use on other nodes.
18

EXPORTS

20       new() -> wxFontData()
21
22              See external documentation.
23
24       new(Data) -> wxFontData()
25
26              Types:
27
28                 Data = wxFontData()
29
30              See external documentation.
31
32       enableEffects(This, Flag) -> ok
33
34              Types:
35
36                 This = wxFontData()
37                 Flag = boolean()
38
39              See external documentation.
40
41       getAllowSymbols(This) -> boolean()
42
43              Types:
44
45                 This = wxFontData()
46
47              See external documentation.
48
49       getColour(This) -> wx:wx_colour4()
50
51              Types:
52
53                 This = wxFontData()
54
55              See external documentation.
56
57       getChosenFont(This) -> wxFont:wxFont()
58
59              Types:
60
61                 This = wxFontData()
62
63              See external documentation.
64
65       getEnableEffects(This) -> boolean()
66
67              Types:
68
69                 This = wxFontData()
70
71              See external documentation.
72
73       getInitialFont(This) -> wxFont:wxFont()
74
75              Types:
76
77                 This = wxFontData()
78
79              See external documentation.
80
81       getShowHelp(This) -> boolean()
82
83              Types:
84
85                 This = wxFontData()
86
87              See external documentation.
88
89       setAllowSymbols(This, Flag) -> ok
90
91              Types:
92
93                 This = wxFontData()
94                 Flag = boolean()
95
96              See external documentation.
97
98       setChosenFont(This, Font) -> ok
99
100              Types:
101
102                 This = wxFontData()
103                 Font = wxFont:wxFont()
104
105              See external documentation.
106
107       setColour(This, Colour) -> ok
108
109              Types:
110
111                 This = wxFontData()
112                 Colour = wx:wx_colour()
113
114              See external documentation.
115
116       setInitialFont(This, Font) -> ok
117
118              Types:
119
120                 This = wxFontData()
121                 Font = wxFont:wxFont()
122
123              See external documentation.
124
125       setRange(This, MinRange, MaxRange) -> ok
126
127              Types:
128
129                 This = wxFontData()
130                 MinRange = integer()
131                 MaxRange = integer()
132
133              See external documentation.
134
135       setShowHelp(This, Flag) -> ok
136
137              Types:
138
139                 This = wxFontData()
140                 Flag = boolean()
141
142              See external documentation.
143
144       destroy(This::wxFontData()) -> ok
145
146              Destroys this object, do not use object again
147

AUTHORS

149       <>
150
151
152
153                                  wx 1.9.3.1                     wxFontData(3)
Impressum