diff options
| author | Juanma Barranquero | 2011-11-16 18:47:25 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-11-16 18:47:25 +0100 |
| commit | 7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1 (patch) | |
| tree | 334fa246f6537c6fbdb73be78c873416b2b9bf44 /src/w32font.c | |
| parent | 10649b828d6b2c7bfc41dde3386c980bcd48c0b3 (diff) | |
| download | emacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.tar.gz emacs-7877f37394a0bea045c8d0faf7db7a7e1b4ccdc1.zip | |
Fix typos.
Diffstat (limited to 'src/w32font.c')
| -rw-r--r-- | src/w32font.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/w32font.c b/src/w32font.c index 2088af2fbe7..ac1d678edee 100644 --- a/src/w32font.c +++ b/src/w32font.c | |||
| @@ -1284,8 +1284,8 @@ font_matches_spec (DWORD type, NEWTEXTMETRICEX *font, | |||
| 1284 | { | 1284 | { |
| 1285 | /* Only truetype fonts will have information about what | 1285 | /* Only truetype fonts will have information about what |
| 1286 | scripts they support. This probably means the user | 1286 | scripts they support. This probably means the user |
| 1287 | will have to force Emacs to use raster, postscript | 1287 | will have to force Emacs to use raster, PostScript |
| 1288 | or atm fonts for non-ASCII text. */ | 1288 | or ATM fonts for non-ASCII text. */ |
| 1289 | if (type & TRUETYPE_FONTTYPE) | 1289 | if (type & TRUETYPE_FONTTYPE) |
| 1290 | { | 1290 | { |
| 1291 | Lisp_Object support | 1291 | Lisp_Object support |
| @@ -1464,7 +1464,7 @@ check_face_name (LOGFONT *font, char *full_name) | |||
| 1464 | /* Helvetica is mapped to Arial in Windows, but if a Type-1 Helvetica is | 1464 | /* Helvetica is mapped to Arial in Windows, but if a Type-1 Helvetica is |
| 1465 | installed, we run into problems with the Uniscribe backend which tries | 1465 | installed, we run into problems with the Uniscribe backend which tries |
| 1466 | to avoid non-truetype fonts, and ends up mixing the Type-1 Helvetica | 1466 | to avoid non-truetype fonts, and ends up mixing the Type-1 Helvetica |
| 1467 | with Arial's characteristics, since that attempt to use Truetype works | 1467 | with Arial's characteristics, since that attempt to use TrueType works |
| 1468 | some places, but not others. */ | 1468 | some places, but not others. */ |
| 1469 | if (!xstrcasecmp (font->lfFaceName, "helvetica")) | 1469 | if (!xstrcasecmp (font->lfFaceName, "helvetica")) |
| 1470 | { | 1470 | { |