Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
774666fb
Commit
774666fb
authored
Apr 03, 2003
by
Miles Bader
Browse files
(choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set.
parent
29c1653c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/xfaces.c
src/xfaces.c
+4
-1
No files found.
src/ChangeLog
View file @
774666fb
2003-04-03 Miles Bader <miles@gnu.org>
* xfaces.c (choose_face_font): Make sure *NEEDS_OVERSTRIKE is
always set.
2003-04-01 Dave Love <fx@gnu.org>
* xfns.c (xpm_lookup_color): Grok "opaque".
...
...
src/xfaces.c
View file @
774666fb
/* xfaces.c -- "Face" primitives.
Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002
Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002
, 2003
Free Software Foundation.
This file is part of GNU Emacs.
...
...
@@ -6439,6 +6439,9 @@ choose_face_font (f, attrs, fontset, c, needs_overstrike)
struct
font_name
*
fonts
;
int
nfonts
,
width_ratio
;
if
(
needs_overstrike
)
*
needs_overstrike
=
0
;
/* Get (foundry and) family name and registry (and encoding) name of
a font for C. */
pattern
=
fontset_font_pattern
(
f
,
fontset
,
c
);
...
...
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