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
Open sidebar
emacs
emacs
Commits
9c35997b
Commit
9c35997b
authored
Feb 08, 1996
by
Geoff Voelker
Browse files
(FONT_WIDTH): Use average character width, not maximum.
parent
a259d337
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/w32term.h
src/w32term.h
+1
-1
No files found.
src/w32term.h
View file @
9c35997b
...
...
@@ -28,7 +28,7 @@ Boston, MA 02111-1307, USA. */
#define BLACK_PIX_DEFAULT(f) RGB(0,0,0)
#define WHITE_PIX_DEFAULT(f) RGB(255,255,255)
#define FONT_WIDTH(f) ((f)->tm.tm
Max
CharWidth)
#define FONT_WIDTH(f) ((f)->tm.tm
Ave
CharWidth)
#define FONT_HEIGHT(f) ((f)->tm.tmHeight)
#define FONT_BASE(f) ((f)->tm.tmAscent)
...
...
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