Aric Stewart : fonts: Build the jvgasys.fon from the 18 pixel strike.

Alexandre Julliard julliard at winehq.org
Mon Dec 10 08:54:21 CST 2007


Module: wine
Branch: master
Commit: 172a88de10282de2abd9982f76beee82c0a67ba0
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=172a88de10282de2abd9982f76beee82c0a67ba0

Author: Aric Stewart <aric at codeweavers.com>
Date:   Mon Dec 10 16:32:00 2007 +0900

fonts: Build the jvgasys.fon from the 18 pixel strike.

---

 fonts/.gitignore  |    2 +-
 fonts/Makefile.in |    8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/fonts/.gitignore b/fonts/.gitignore
index c02deec..6eb7207 100644
--- a/fonts/.gitignore
+++ b/fonts/.gitignore
@@ -84,7 +84,7 @@
 /system-1256-96-16.fnt
 /system-1257-96-16.fnt
 /system-874-96-16.fnt
-/system-932-96-16.fnt
+/system-932-96-18.fnt
 /system-936-96-16.fnt
 /system-949-96-16.fnt
 /system-950-96-16.fnt
diff --git a/fonts/Makefile.in b/fonts/Makefile.in
index 2b49c69..8d7b7bc 100644
--- a/fonts/Makefile.in
+++ b/fonts/Makefile.in
@@ -216,8 +216,8 @@ system-1257-96-16.fnt: system.ttf $(SFNT2FNT)
 system-874-96-16.fnt: system.ttf $(SFNT2FNT)
 	$(LDPATH) $(SFNT2FNT) system.ttf 16 874 96 128 7
 
-system-932-96-16.fnt: system.ttf $(SFNT2FNT)
-	$(LDPATH) $(SFNT2FNT) system.ttf 16 932 96 128 7
+system-932-96-18.fnt: system.ttf $(SFNT2FNT)
+	$(LDPATH) $(SFNT2FNT) system.ttf 18 932 96 128 7
 
 system-936-96-16.fnt: system.ttf $(SFNT2FNT)
 	$(LDPATH) $(SFNT2FNT) system.ttf 16 936 96 128 7
@@ -333,8 +333,8 @@ vgas1257.fon: system-1257-96-16.fnt $(FNT2FON)
 vgas874.fon: system-874-96-16.fnt $(FNT2FON)
 	$(FNT2FON) system-874-96-16.fnt $@
 
-jvgasys.fon: system-932-96-16.fnt $(FNT2FON)
-	$(FNT2FON) system-932-96-16.fnt $@
+jvgasys.fon: system-932-96-18.fnt $(FNT2FON)
+	$(FNT2FON) system-932-96-18.fnt $@
 
 svgasys.fon: system-936-96-16.fnt system-1252-96-16.fnt $(FNT2FON)
 	$(FNT2FON) system-936-96-16.fnt system-1252-96-16.fnt $@




More information about the wine-cvs mailing list