aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorJason Rumney2008-04-04 11:10:26 +0000
committerJason Rumney2008-04-04 11:10:26 +0000
commit42a835e53ca8748f2c874e9103694136d93c448d (patch)
treef4fdc0e130432b3b89844b477c38e351354d4b74 /admin/notes
parentb92e2bd202becaf7a1dde3583c815d70d97d3bd3 (diff)
downloademacs-42a835e53ca8748f2c874e9103694136d93c448d.tar.gz
emacs-42a835e53ca8748f2c874e9103694136d93c448d.zip
Updated for uniscribe backend.
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/font-backend8
1 files changed, 6 insertions, 2 deletions
diff --git a/admin/notes/font-backend b/admin/notes/font-backend
index 7abe8f1a9e8..f787915c1aa 100644
--- a/admin/notes/font-backend
+++ b/admin/notes/font-backend
@@ -25,9 +25,13 @@ The new files are:
25 utilizing methods provided by ftfont.c. 25 utilizing methods provided by ftfont.c.
26 w32font.c -- font driver on w32 using Windows native fonts, 26 w32font.c -- font driver on w32 using Windows native fonts,
27 corresponding to xfont.c 27 corresponding to xfont.c
28 w32uniscribe.c -- font driver on w32, using the uniscribe API
29 to provide complex script support for opentype fonts on
30 Windows 2000 and later, or earlier versions of Windows
31 with uniscribe installed as an add-on.
28 32
29So we already have codes for X. For the other systems (w32 and mac), 33So we already have codes for X and w32. For Mac it seems that we need
30it seems that we need these files: 34these files:
31 atmfont.c -- font-driver on mac using ATM fonts, corresponding 35 atmfont.c -- font-driver on mac using ATM fonts, corresponding
32 to xfont.c 36 to xfont.c
33As BDF fonts are currently used on w32, we may also implement these: 37As BDF fonts are currently used on w32, we may also implement these: