diff options
| author | Stefan Kangas | 2024-11-04 22:27:36 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2024-11-21 10:06:19 +0100 |
| commit | 7cb77385d38b96377d404a2ab0e778b2dfce5c77 (patch) | |
| tree | b9a275865e75e3b40ba9a20fc937112a7911043d /src | |
| parent | eee0ed8442aa78320a3e578ab290df145fb49624 (diff) | |
| download | emacs-7cb77385d38b96377d404a2ab0e778b2dfce5c77.tar.gz emacs-7cb77385d38b96377d404a2ab0e778b2dfce5c77.zip | |
; Fix typos
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32dwrite.c | 2 | ||||
| -rw-r--r-- | src/w32font.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/w32dwrite.c b/src/w32dwrite.c index 29f9d5f1fed..26ad4e9f9a2 100644 --- a/src/w32dwrite.c +++ b/src/w32dwrite.c | |||
| @@ -722,7 +722,7 @@ get_bitmap_render_target (HDC hdc, int width, int height) | |||
| 722 | if (!verify_hr (hr, "Failed to CreateBitmapRenderTarget")) | 722 | if (!verify_hr (hr, "Failed to CreateBitmapRenderTarget")) |
| 723 | return NULL; | 723 | return NULL; |
| 724 | 724 | ||
| 725 | /* We handle high dpi displays by incresing font size, so override | 725 | /* We handle high dpi displays by increasing font size, so override |
| 726 | PixelsPerDip. */ | 726 | PixelsPerDip. */ |
| 727 | brt->lpVtbl->SetPixelsPerDip (brt, 1.0); | 727 | brt->lpVtbl->SetPixelsPerDip (brt, 1.0); |
| 728 | 728 | ||
diff --git a/src/w32font.c b/src/w32font.c index 48968a28fbd..2e6f8bed3e7 100644 --- a/src/w32font.c +++ b/src/w32font.c | |||
| @@ -892,7 +892,7 @@ w32font_otf_drive (struct font *font, Lisp_Object features, | |||
| 892 | Windows fonts in Emacs's sources, this cannot be fixed in the the | 892 | Windows fonts in Emacs's sources, this cannot be fixed in the the |
| 893 | default fontset setup provided by Emacs: we cannot arrange for the | 893 | default fontset setup provided by Emacs: we cannot arrange for the |
| 894 | "good" fonts to be used in all such cases, because that would mean | 894 | "good" fonts to be used in all such cases, because that would mean |
| 895 | naming those fonts. The solution for thes issues is to customize the | 895 | naming those fonts. The solution for these issues is to customize the |
| 896 | default fontset using set-fontset-font, to force Emacs to use a font | 896 | default fontset using set-fontset-font, to force Emacs to use a font |
| 897 | known to support some characters. | 897 | known to support some characters. |
| 898 | 898 | ||