[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs/src font.h
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] emacs/src font.h |
Date: |
Tue, 24 Feb 2009 02:51:32 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Kenichi Handa <handa> 09/02/24 02:51:32
Modified files:
src : font.h
Log message:
*** empty log message ***
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/font.h?cvsroot=emacs&r1=1.28&r2=1.29
Patches:
Index: font.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/font.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- font.h 18 Feb 2009 03:57:36 -0000 1.28
+++ font.h 24 Feb 2009 02:51:32 -0000 1.29
@@ -68,9 +68,8 @@
enum font_property_index
{
/* FONT-TYPE is a symbol indicating a font backend; currently `x',
- `xft', `ftx' are available on X and gdi on Windows.
- For Windows, `bdf' and `uniscribe' backends are in progress.
- For Mac OS X, we need `atm'. */
+ `xft', `ftx' are available on X, gdi on Windows, and ns under
+ Cocoa / GNUstep. */
FONT_TYPE_INDEX,
/* FONT-FOUNDRY is a foundry name (symbol). */
@@ -153,8 +152,8 @@
/* In a font-spec, the value is an alist of extra information of a
font such as name, OpenType features, and language coverage.
In addition, in a font-entity, the value may contain a pair
- (font-entity . INFO) where INFO is an extra infomation to
- identify a font (font-driver dependent). */
+ (font-entity . INFO) where INFO is extra infomation to identify
+ a font (font-driver dependent). */
FONT_EXTRA_INDEX, /* alist alist */
/* This value is the length of font-spec vector. */
@@ -499,7 +498,7 @@
/* Symbol indicating the type of the font-driver. */
Lisp_Object type;
- /* 1 iff the font's foundary, family, and adstyle names are case
+ /* 1 iff the font's foundry, family, and adstyle names are case
sensitve. */
int case_sensitive;