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
e6aca9f3
Commit
e6aca9f3
authored
May 20, 2008
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(find_font_encoding): Extern it.
parent
4fa9161d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/font.h
src/font.h
+2
-0
No files found.
src/font.h
View file @
e6aca9f3
...
...
@@ -58,6 +58,7 @@ extern Lisp_Object Qfont_spec, Qfont_entity, Qfont_object;
struct
font_driver
;
struct
font
;
struct
glyph_string
;
/* An enumerator for each font property. This is used as an index to
the vector of FONT-SPEC and FONT-ENTITY.
...
...
@@ -766,6 +767,7 @@ extern Lisp_Object font_make_spec P_ ((void));
extern
Lisp_Object
font_make_entity
P_
((
void
));
extern
Lisp_Object
font_make_object
P_
((
int
));
extern
Lisp_Object
find_font_encoding
P_
((
Lisp_Object
));
extern
int
font_registry_charsets
P_
((
Lisp_Object
,
struct
charset
**
,
struct
charset
**
));
extern
int
font_style_to_value
P_
((
enum
font_property_index
prop
,
...
...
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