summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/fm/Fmgen.py
blob: 7d9203f7260988a52e7dd02ea5c4b892d2af769c (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
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
82
83
84
# Generated from 'flap:CodeWarrior:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Fonts.h'

f = Function(void, 'InitFonts',
)
functions.append(f)

f = Function(void, 'GetFontName',
    (short, 'familyID', InMode),
    (Str255, 'name', OutMode),
)
functions.append(f)

f = Function(void, 'GetFNum',
    (ConstStr255Param, 'name', InMode),
    (short, 'familyID', OutMode),
)
functions.append(f)

f = Function(Boolean, 'RealFont',
    (short, 'fontNum', InMode),
    (short, 'size', InMode),
)
functions.append(f)

f = Function(void, 'SetFontLock',
    (Boolean, 'lockFlag', InMode),
)
functions.append(f)

f = Function(void, 'SetFScaleDisable',
    (Boolean, 'fscaleDisable', InMode),
)
functions.append(f)

f = Function(void, 'FontMetrics',
    (FMetricRecPtr, 'theMetrics', OutMode),
)
functions.append(f)

f = Function(void, 'SetFractEnable',
    (Boolean, 'fractEnable', InMode),
)
functions.append(f)

f = Function(short, 'GetDefFontSize',
)
functions.append(f)

f = Function(Boolean, 'IsOutline',
    (Point, 'numer', InMode),
    (Point, 'denom', InMode),
)
functions.append(f)

f = Function(void, 'SetOutlinePreferred',
    (Boolean, 'outlinePreferred', InMode),
)
functions.append(f)

f = Function(Boolean, 'GetOutlinePreferred',
)
functions.append(f)

f = Function(void, 'SetPreserveGlyph',
    (Boolean, 'preserveGlyph', InMode),
)
functions.append(f)

f = Function(Boolean, 'GetPreserveGlyph',
)
functions.append(f)

f = Function(OSErr, 'FlushFonts',
)
functions.append(f)

f = Function(short, 'GetSysFont',
)
functions.append(f)

f = Function(short, 'GetAppFont',
)
functions.append(f)