mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
An interface to the font manager
This commit is contained in:
parent
c8a9949407
commit
6259af9bbb
5 changed files with 637 additions and 0 deletions
32
Mac/Lib/toolbox/Fonts.py
Normal file
32
Mac/Lib/toolbox/Fonts.py
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Generated from 'flap:CodeWarrior:Metrowerks CodeWarrior:MacOS Support:Headers:Universal Headers:Fonts.h'
|
||||
|
||||
systemFont = 0
|
||||
applFont = 1
|
||||
newYork = 2
|
||||
geneva = 3
|
||||
monaco = 4
|
||||
venice = 5
|
||||
london = 6
|
||||
athens = 7
|
||||
sanFran = 8
|
||||
toronto = 9
|
||||
cairo = 11
|
||||
losAngeles = 12
|
||||
times = 20
|
||||
helvetica = 21
|
||||
courier = 22
|
||||
symbol = 23
|
||||
mobile = 24
|
||||
commandMark = 17
|
||||
checkMark = 18
|
||||
diamondMark = 19
|
||||
appleMark = 20
|
||||
propFont = 36864
|
||||
prpFntH = 36865
|
||||
prpFntW = 36866
|
||||
prpFntHW = 36867
|
||||
fixedFont = 45056
|
||||
fxdFntH = 45057
|
||||
fxdFntW = 45058
|
||||
fxdFntHW = 45059
|
||||
fontWid = 44208
|
Loading…
Add table
Add a link
Reference in a new issue