emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/notes/font-backend,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/admin/notes/font-backend,v
Date: Fri, 04 Apr 2008 11:10:27 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/04/04 11:10:27

Index: font-backend
===================================================================
RCS file: /sources/emacs/emacs/admin/notes/font-backend,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- font-backend        21 Feb 2008 04:00:22 -0000      1.1
+++ font-backend        4 Apr 2008 11:10:26 -0000       1.2
@@ -25,9 +25,13 @@
                utilizing methods provided by ftfont.c.
        w32font.c -- font driver on w32 using Windows native fonts,
                corresponding to xfont.c
+       w32uniscribe.c -- font driver on w32, using the uniscribe API
+               to provide complex script support for opentype fonts on
+               Windows 2000 and later, or earlier versions of Windows
+               with uniscribe installed as an add-on.
 
-So we already have codes for X.  For the other systems (w32 and mac),
-it seems that we need these files:
+So we already have codes for X and w32.  For Mac it seems that we need
+these files:
        atmfont.c -- font-driver on mac using ATM fonts, corresponding
                to xfont.c
 As BDF fonts are currently used on w32, we may also implement these:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]