This website requires JavaScript.
Explore
Help
Sign in
system
/
wine
Watch
1
Star
0
Fork
You've already forked wine
0
mirror of
git://source.winehq.org/git/wine.git
synced
2024-11-01 15:17:59 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
60085e4687
wine
/
fonts
/
genttf.ff
7 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
First stab at Wine versions of Courier, System and MS Sans Serif fonts.
2004-08-17 22:33:14 +00:00
Open($1)
fonts: Set the symbol flag when generating symbol.ttf.
2009-02-20 14:48:59 +00:00
flags = 0
if ($1 == "symbol.sfd")
flags = 0x2000
endif
Generate($2, "ttf", flags)
Reference in a new issue
Copy permalink