fonts: Courier

Huw D M Davies h.davies1 at physics.ox.ac.uk
Thu Sep 15 11:27:25 CDT 2005


        Huw Davies <huw at codeweavers.com>
        Generate Greek, Turkish, Hebrew, Arabic and Baltic versions
        of Courier.
-- 
Huw Davies
huw at codeweavers.com
Index: fonts/.cvsignore
===================================================================
RCS file: /home/wine/wine/fonts/.cvsignore,v
retrieving revision 1.14
diff -u -p -r1.14 .cvsignore
--- fonts/.cvsignore	15 Sep 2005 14:58:52 -0000	1.14
+++ fonts/.cvsignore	15 Sep 2005 16:24:16 -0000
@@ -1,10 +1,20 @@
 Makefile
+coue1255.fon
+coue1256.fon
+coue1257.fon
 coure.fon
 couree.fon
+coureg.fon
 courer.fon
+couret.fon
 courier-1250-96-13.fnt
 courier-1251-96-13.fnt
 courier-1252-96-13.fnt
+courier-1253-96-13.fnt
+courier-1254-96-13.fnt
+courier-1255-96-13.fnt
+courier-1256-96-13.fnt
+courier-1257-96-13.fnt
 courier.ttf
 cvgasys.fon
 hvgasys.fon
Index: fonts/Makefile.in
===================================================================
RCS file: /home/wine/wine/fonts/Makefile.in,v
retrieving revision 1.15
diff -u -p -r1.15 Makefile.in
--- fonts/Makefile.in	15 Sep 2005 14:58:52 -0000	1.15
+++ fonts/Makefile.in	15 Sep 2005 16:24:17 -0000
@@ -9,6 +9,11 @@ BITMAP_FONTS  = \
 	coure.fon \
 	couree.fon \
 	courer.fon \
+	coureg.fon \
+	couret.fon \
+	coue1255.fon \
+	coue1256.fon \
+	coue1257.fon \
 	sserife.fon \
 	sserifee.fon \
 	sserifer.fon \
@@ -55,6 +60,21 @@ courier-1250-96-13.fnt: courier.ttf $(SF
 courier-1251-96-13.fnt: courier.ttf $(SFNT2FNT)
 	$(LDPATH) $(SFNT2FNT) $< 13 1251 96 128 8
 
+courier-1253-96-13.fnt: courier.ttf $(SFNT2FNT)
+	$(LDPATH) $(SFNT2FNT) $< 13 1253 96 128 8
+
+courier-1254-96-13.fnt: courier.ttf $(SFNT2FNT)
+	$(LDPATH) $(SFNT2FNT) $< 13 1254 96 128 8
+
+courier-1255-96-13.fnt: courier.ttf $(SFNT2FNT)
+	$(LDPATH) $(SFNT2FNT) $< 13 1255 96 128 8
+
+courier-1256-96-13.fnt: courier.ttf $(SFNT2FNT)
+	$(LDPATH) $(SFNT2FNT) $< 13 1256 96 128 8
+
+courier-1257-96-13.fnt: courier.ttf $(SFNT2FNT)
+	$(LDPATH) $(SFNT2FNT) $< 13 1257 96 128 8
+
 ms_sans_serif-1252-96-13.fnt: ms_sans_serif.ttf $(SFNT2FNT)
 	$(LDPATH) $(SFNT2FNT) $< 13 1252 96 129 5
 
@@ -127,6 +147,21 @@ couree.fon: courier-1250-96-13.fnt $(FNT
 courer.fon: courier-1251-96-13.fnt $(FNT2FON)
 	$(FNT2FON) courier-1251-96-13.fnt $@
 
+coureg.fon: courier-1253-96-13.fnt $(FNT2FON)
+	$(FNT2FON) courier-1253-96-13.fnt $@
+
+couret.fon: courier-1254-96-13.fnt $(FNT2FON)
+	$(FNT2FON) courier-1254-96-13.fnt $@
+
+coue1255.fon: courier-1255-96-13.fnt $(FNT2FON)
+	$(FNT2FON) courier-1255-96-13.fnt $@
+
+coue1256.fon: courier-1256-96-13.fnt $(FNT2FON)
+	$(FNT2FON) courier-1256-96-13.fnt $@
+
+coue1257.fon: courier-1257-96-13.fnt $(FNT2FON)
+	$(FNT2FON) courier-1257-96-13.fnt $@
+
 sserife.fon: ms_sans_serif-1252-96-13.fnt ms_sans_serif-1252-96-16.fnt ms_sans_serif-1252-96-20.fnt $(FNT2FON)
 	$(FNT2FON) ms_sans_serif-1252-96-13.fnt ms_sans_serif-1252-96-16.fnt ms_sans_serif-1252-96-20.fnt $@
 



More information about the wine-patches mailing list