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:
e6425dc
)
added quality param to gfxfont_load()
author
kramm
<kramm>
Sat, 23 Jul 2005 08:24:14 +0000
(08:24 +0000)
committer
kramm
<kramm>
Sat, 23 Jul 2005 08:24:14 +0000
(08:24 +0000)
lib/gfxfont.h
patch
|
blob
|
history
diff --git
a/lib/gfxfont.h
b/lib/gfxfont.h
index
70583e8
..
9644213
100644
(file)
--- a/
lib/gfxfont.h
+++ b/
lib/gfxfont.h
@@
-30,7
+30,9
@@
extern "C" {
#endif
-gfxfont_t* gfxfont_load(char*filename);
+/* The quality parameter is given by 1 divided by the zoom factor at which the font
+ still looks good. 1=normal, 0.5=double resolution etc. */
+gfxfont_t* gfxfont_load(char*filename, double quality);
void gfxfont_free(gfxfont_t*font);
#ifdef __cplusplus