projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96e00ed
)
allow for higher characters, use the height from the actual font
author
Dana Jansens
<danakj@orodu.net>
Wed, 4 Jun 2003 22:18:01 +0000
(22:18 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 4 Jun 2003 22:18:01 +0000
(22:18 +0000)
render2/font.c
patch
|
blob
|
history
diff --git
a/render2/font.c
b/render2/font.c
index 341d26788dfd86be90377bc2a7fe57176db5f145..3a37c8241836375b5519cddfdc75d0f16ec74e9f 100644
(file)
--- a/
render2/font.c
+++ b/
render2/font.c
@@
-44,7
+44,7
@@
int RrFontMeasureString(struct RrFont *font, const char *string)
int RrFontHeight(struct RrFont *font)
{
- return
font->height
;
+ return
GlftFontHeight(font->font)
;
}
int RrFontMaxCharWidth(struct RrFont *font)