X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/f49d1f52b2e368ef67dcfececd426de958548f4e..054e16686ce0dddadefd8dd9a02ac0950ab8d703:/src/w32font.h diff --git a/src/w32font.h b/src/w32font.h index 6479f95faf..b08d48a3d3 100644 --- a/src/w32font.h +++ b/src/w32font.h @@ -1,5 +1,5 @@ -/* Shared GDI and Uniscribe Font backend declarations for the W32 API. - Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +/* Shared GDI and Uniscribe Font backend declarations for the Windows API. + Copyright (C) 2007-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -20,8 +20,8 @@ along with GNU Emacs. If not, see . */ #define EMACS_W32FONT_H -/* Bit 17 of ntmFlags in NEWTEXTMETRIC is set for Postscript OpenType fonts, - bit 18 for Truetype OpenType fonts, bit 20 for Type1 fonts. */ +/* Bit 17 of ntmFlags in NEWTEXTMETRIC is set for PostScript OpenType fonts, + bit 18 for TrueType OpenType fonts, bit 20 for Type1 fonts. */ #ifndef NTM_PS_OPENTYPE #define NTM_PS_OPENTYPE 0x00020000 #endif @@ -84,6 +84,3 @@ int uniscribe_check_otf (LOGFONT *font, Lisp_Object otf_spec); Lisp_Object intern_font_name (char *); #endif - -/* arch-tag: ef9d9675-a2a5-4d01-9526-815e9a3da7cb - (do not change this comment) */