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
3bf8d230
Commit
3bf8d230
authored
Apr 08, 2008
by
Jason Rumney
Browse files
(SNAME): Extract only symbol name.
parent
0d32c577
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
src/ChangeLog
src/ChangeLog
+2
-0
src/w32uniscribe.c
src/w32uniscribe.c
+1
-1
No files found.
src/ChangeLog
View file @
3bf8d230
2008-04-08 Jason Rumney <jasonr@gnu.org>
* w32uniscribe.c (SNAME): Extract only symbol name.
* w32font.h (struct w32_metric_cache): New struct.
(w32font_info): Use it.
(W32METRIC_NO_ATTEMPT, W32METRIC_SUCCESS, W32METRIC_FAIL)
...
...
src/w32uniscribe.c
View file @
3bf8d230
...
...
@@ -538,7 +538,7 @@ add_opentype_font_name_to_list (logical_font, physical_font, font_type,
static
char
*
NOTHING
=
" "
;
#define SNAME(VAL) SDATA (
STRINGP (VAL) ? VAL :
SYMBOL_NAME (VAL))
#define SNAME(VAL) SDATA (SYMBOL_NAME (VAL))
/* Check if font supports the otf script/language/features specified.
OTF_SPEC is in the format
...
...
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