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
7febfc5c
Commit
7febfc5c
authored
Jun 01, 2019
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
; * src/font.c (Ffont_variation_glyphs): Doc fix.
parent
eeb54aa3
Pipeline
#1857
failed with stage
in 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/font.c
src/font.c
+3
-3
No files found.
src/font.c
View file @
7febfc5c
...
...
@@ -4482,11 +4482,11 @@ GSTRING. */)
DEFUN
(
"font-variation-glyphs"
,
Ffont_variation_glyphs
,
Sfont_variation_glyphs
,
2
,
2
,
0
,
doc
:
/* Return a list of variation glyphs for CHAR in FONT-OBJECT.
doc
:
/* Return a list of variation glyphs for CHAR
ACTER
in FONT-OBJECT.
Each element of the value is a cons (VARIATION-SELECTOR . GLYPH-ID),
where
VARIATION-SELECTOR is a character code of variation select
ion
(#xFE00..#xFE0F or #xE0100..#xE01EF)
VARIATION-SELECTOR is a character code of variation select
or
(#xFE00..#xFE0F or #xE0100..#xE01EF)
.
GLYPH-ID is a glyph code of the corresponding variation glyph,
a fixnum, if it's small enough, otherwise a bignum. */
)
(
Lisp_Object
font_object
,
Lisp_Object
character
)
...
...
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