diff options
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: |