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
2db5c0e6
Commit
2db5c0e6
authored
Dec 10, 2008
by
Jason Rumney
Browse files
Improve comments for last change.
parent
9d32f818
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/w32font.c
src/w32font.c
+2
-1
No files found.
src/w32font.c
View file @
2db5c0e6
...
...
@@ -1407,7 +1407,8 @@ add_font_entity_to_list (logical_font, physical_font, font_type, lParam)
&&
logical_font
->
elfLogFont
.
lfCharSet
!=
DEFAULT_CHARSET
&&
logical_font
->
elfLogFont
.
lfCharSet
!=
ANSI_CHARSET
)
return
1
;
/* unicode-sip fonts must contain characters beyond the BMP. */
/* unicode-sip fonts must contain characters beyond the BMP,
so look for bit 57 (surrogates) in the Unicode subranges. */
else
if
(
EQ
(
spec_charset
,
Qunicode_sip
)
&&
!
(
physical_font
->
ntmFontSig
.
fsUsb
[
1
]
&
0x02000000
))
return
1
;
...
...
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