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
695871db
Commit
695871db
authored
Jan 13, 2004
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(face_for_char): Prototype adjusted.
parent
83a90904
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/fontset.h
src/fontset.h
+2
-1
No files found.
src/fontset.h
View file @
695871db
...
...
@@ -194,7 +194,8 @@ struct face;
extern
void
free_face_fontset
P_
((
FRAME_PTR
,
struct
face
*
));
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
));
extern
int
face_for_char
P_
((
FRAME_PTR
,
struct
face
*
,
int
,
int
,
Lisp_Object
));
extern
int
make_fontset_for_ascii_face
P_
((
FRAME_PTR
,
int
,
struct
face
*
));
extern
int
new_fontset_from_font_name
P_
((
Lisp_Object
));
extern
struct
font_info
*
fs_load_font
P_
((
struct
frame
*
,
char
*
,
int
));
...
...
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