git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcd53c7
)
added ascent/descent to font parameters
author
kramm
<kramm>
Mon, 6 Oct 2008 12:57:58 +0000
(12:57 +0000)
committer
kramm
<kramm>
Mon, 6 Oct 2008 12:57:58 +0000
(12:57 +0000)
lib/gfxdevice.h
patch
|
blob
|
history
diff --git
a/lib/gfxdevice.h
b/lib/gfxdevice.h
index
4a6334d
..
caaa983
100644
(file)
--- a/
lib/gfxdevice.h
+++ b/
lib/gfxdevice.h
@@
-35,6
+35,9
@@
typedef struct _gfxfont
const char*id;
int num_glyphs;
int max_unicode;
+
+ double ascent,descent;
+
gfxglyph_t*glyphs;
int* unicode2glyph;
} gfxfont_t;