Commit 05ef28c4ada3193748f381285461e83569a64fab

Just van Rossum 2000-03-17T11:48:25

Added mac FOND driver, and use t1z driver instead of the "old" t1 driver.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/config/mac/ftlib.prj b/config/mac/ftlib.prj
index 4be722d..dc504f7 100644
Binary files a/config/mac/ftlib.prj and b/config/mac/ftlib.prj differ
diff --git a/config/mac/ftmodule.h b/config/mac/ftmodule.h
index f76aa1c..d78f0de 100644
--- a/config/mac/ftmodule.h
+++ b/config/mac/ftmodule.h
@@ -1,4 +1,5 @@
+FT_DRIVER(fond_driver_interface)
 FT_DRIVER(psnames_driver_interface)
 FT_DRIVER(sfnt_driver_interface)
 FT_DRIVER(tt_driver_interface)
-FT_DRIVER(t1_driver_interface)
+FT_DRIVER(t1z_driver_interface)