diff options
| author | Jason Rumney | 2008-04-04 11:10:26 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-04-04 11:10:26 +0000 |
| commit | 42a835e53ca8748f2c874e9103694136d93c448d (patch) | |
| tree | f4fdc0e130432b3b89844b477c38e351354d4b74 /admin | |
| parent | b92e2bd202becaf7a1dde3583c815d70d97d3bd3 (diff) | |
| download | emacs-42a835e53ca8748f2c874e9103694136d93c448d.tar.gz emacs-42a835e53ca8748f2c874e9103694136d93c448d.zip | |
Updated for uniscribe backend.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/notes/font-backend | 8 |
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 | ||
| 29 | So we already have codes for X. For the other systems (w32 and mac), | 33 | So we already have codes for X and w32. For Mac it seems that we need |
| 30 | it seems that we need these files: | 34 | these 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 |
| 33 | As BDF fonts are currently used on w32, we may also implement these: | 37 | As BDF fonts are currently used on w32, we may also implement these: |