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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
9d9f3e15
Commit
9d9f3e15
authored
Aug 29, 2008
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(font_for_char): Extern it.
parent
514cf218
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/fontset.h
src/fontset.h
+2
-0
No files found.
src/fontset.h
View file @
9d9f3e15
...
...
@@ -37,6 +37,8 @@ extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, struct face *, int));
extern
int
face_suitable_for_char_p
P_
((
struct
face
*
,
int
));
extern
int
face_for_char
P_
((
FRAME_PTR
,
struct
face
*
,
int
,
int
,
Lisp_Object
));
extern
Lisp_Object
font_for_char
P_
((
struct
face
*
,
int
,
int
,
Lisp_Object
));
extern
int
make_fontset_for_ascii_face
P_
((
FRAME_PTR
,
int
,
struct
face
*
));
extern
int
fontset_from_font
P_
((
Lisp_Object
));
extern
void
set_default_ascii_font
P_
((
Lisp_Object
));
...
...
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