mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
fonts: Add the Symbol font.
This commit is contained in:
parent
4e0c277daa
commit
fd37a32072
@ -48,6 +48,7 @@ BITMAP_FONTS = \
|
|||||||
|
|
||||||
TRUETYPE_FONTS = \
|
TRUETYPE_FONTS = \
|
||||||
marlett.ttf \
|
marlett.ttf \
|
||||||
|
symbol.ttf \
|
||||||
tahoma.ttf \
|
tahoma.ttf \
|
||||||
tahomabd.ttf
|
tahomabd.ttf
|
||||||
|
|
||||||
@ -178,6 +179,9 @@ cvgasys.fon: $(SRCDIR)/system.ttf
|
|||||||
marlett.ttf: $(TOPSRCDIR)/fonts/marlett.ttf
|
marlett.ttf: $(TOPSRCDIR)/fonts/marlett.ttf
|
||||||
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/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
|
tahoma.ttf: $(TOPSRCDIR)/fonts/tahoma.ttf
|
||||||
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/tahoma.ttf $@)
|
[ $(SRCDIR) = . ] || ($(RM) $@ && $(LN_S) $(SRCDIR)/tahoma.ttf $@)
|
||||||
|
|
||||||
|
5966
fonts/symbol.sfd
Normal file
5966
fonts/symbol.sfd
Normal file
File diff suppressed because it is too large
Load Diff
BIN
fonts/symbol.ttf
Normal file
BIN
fonts/symbol.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user