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
4
Issues
4
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
21fa1afa
Commit
21fa1afa
authored
Dec 15, 1999
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(struct font_info): New member vertical_centering.
(Vvertical_centering_font_regexp): Extern it.
parent
64a5094a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/fontset.h
src/fontset.h
+4
-1
No files found.
src/fontset.h
View file @
21fa1afa
...
...
@@ -51,6 +51,9 @@ struct font_info
+ font->descent). */
int
height
;
/* 1 iff we render characters at vartical center positions of lines. */
int
vertical_centering
;
/* Encodings of the font indexed by CHARSET. The value an integer
0, 1, 2, or 3:
0: code points 0x20..0x7F or 0x2020..0x7F7F are used
...
...
@@ -226,7 +229,7 @@ extern Lisp_Object Vignore_relative_composition;
extern
Lisp_Object
Valternate_fontname_alist
;
extern
Lisp_Object
Vhighlight_wrong_size_font
;
extern
Lisp_Object
Vclip_large_size_font
;
extern
Lisp_Object
Vvertical_centering_font_regexp
;
extern
int
font_idx_temp
;
/* Load a font named FONTNAME for displaying CHARSET on frame F.
...
...
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