[Overview][Constants][Types][Procedures and functions][Variables][Index] |
Source position: msefontconfig.pas line 111
type TFcValue = record |
_type: TFcType; |
u: record |
case LongInt of |
0: ( |
s: ; |
); |
1: ( |
i: LongInt; |
); |
2: ( |
b: TFcBool; |
); |
3: ( |
d: cdouble; |
); |
4: ( |
m: ; |
); |
5: ( |
c: ; |
); |
6: ( |
f: pointer; |
); |
7: ( |
p: ; |
); |
8: ( |
l: ; |
); |
end; |
end; |