Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c8d88d08
Commit
c8d88d08
authored
Nov 16, 2002
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(w32_load_system_font): Don't disable Cleartype.
parent
517f42a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
src/w32fns.c
src/w32fns.c
+1
-3
No files found.
src/w32fns.c
View file @
c8d88d08
...
...
@@ -5893,9 +5893,7 @@ w32_load_system_font (f,fontname,size)
ended up with. */
return NULL;
/* Specify anti-aliasing to prevent Cleartype fonts being used,
since those fonts leave garbage behind. */
lf.lfQuality = ANTIALIASED_QUALITY;
lf.lfQuality = DEFAULT_QUALITY;
font = (XFontStruct *) xmalloc (sizeof (XFontStruct));
bzero (font, sizeof (*font));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment