comparison admin/notes/font-backend @ 93657:c6cad0a1a68b

Updated for uniscribe backend.
author Jason Rumney <jasonr@gnu.org>
date Fri, 04 Apr 2008 11:10:26 +0000
parents 850ec4b2f0bc
children cac099ec0724
comparison
equal deleted inserted replaced
93656:0f802f448fc9 93657:c6cad0a1a68b
23 utilizing methods provided by ftfont.c. 23 utilizing methods provided by ftfont.c.
24 ftxfont.c -- font-driver on X directly using FreeType fonts 24 ftxfont.c -- font-driver on X directly using FreeType fonts
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:
34 bdffont.c -- generic font-driver for BDF fonts, corresponding to 38 bdffont.c -- generic font-driver for BDF fonts, corresponding to
35 ftfont.c 39 ftfont.c