fonts: Add the Symbol font.

This commit is contained in:
Jon Parshall 2009-02-20 12:10:02 +00:00 committed by Alexandre Julliard
parent 4e0c277daa
commit fd37a32072
3 changed files with 5970 additions and 0 deletions

View File

@ -48,6 +48,7 @@ BITMAP_FONTS = \
TRUETYPE_FONTS = \
marlett.ttf \
symbol.ttf \
tahoma.ttf \
tahomabd.ttf
@ -178,6 +179,9 @@ cvgasys.fon: $(SRCDIR)/system.ttf
marlett.ttf: $(TOPSRCDIR)/fonts/marlett.ttf
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/marlett.ttf $@)
symbol.ttf: $(TOPSRCDIR)/fonts/symbol.ttf
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/symbol.ttf $@)
tahoma.ttf: $(TOPSRCDIR)/fonts/tahoma.ttf
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/tahoma.ttf $@)

5966
fonts/symbol.sfd Normal file

File diff suppressed because it is too large Load Diff

BIN
fonts/symbol.ttf Normal file

Binary file not shown.