aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2005-05-25 08:22:38 +0000
committerlecoanet2005-05-25 08:22:38 +0000
commitf38dfccc7ae95aea477d2b13c433d604bf69acae (patch)
tree25e5ac719c4f96e9cc917e256910753fcb880a5b
parent31fd725293702db26ebbe5461ad31a352c4eb11a (diff)
downloadtkzinc-f38dfccc7ae95aea477d2b13c433d604bf69acae.zip
tkzinc-f38dfccc7ae95aea477d2b13c433d604bf69acae.tar.gz
tkzinc-f38dfccc7ae95aea477d2b13c433d604bf69acae.tar.bz2
tkzinc-f38dfccc7ae95aea477d2b13c433d604bf69acae.tar.xz
*** empty log message ***
-rw-r--r--generic/Draw.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/Draw.c b/generic/Draw.c
index 37a27ad..3c0a37c 100644
--- a/generic/Draw.c
+++ b/generic/Draw.c
@@ -1965,10 +1965,10 @@ ZnRenderGlyph(ZnTexFontInfo *tfi,
if (!tgvi) {
return;
}
- /*printf("%c --> x0,y0: %d %d, tx0,ty0: %g %g, x1,y1: %d %d, tx1,ty1: %g %g, advance: %g\n",
- c, tgvi->v0x, tgvi->v0y, tgvi->t0x, tgvi->t0y,
- tgvi->v1x, tgvi->v1y, tgvi->t1x, tgvi->t1y,
- tgvi->advance);*/
+ //printf("%c --> x0,y0: %d %d, tx0,ty0: %g %g, x1,y1: %d %d, tx1,ty1: %g %g, advance: %g\n",
+ // c, tgvi->v0x, tgvi->v0y, tgvi->t0x, tgvi->t0y,
+ // tgvi->v1x, tgvi->v1y, tgvi->t1x, tgvi->t1y,
+ // tgvi->advance);
glBegin(GL_QUADS);
glTexCoord2f(tgvi->t0x, tgvi->t0y); glVertex2s(tgvi->v0x, tgvi->v0y);
glTexCoord2f(tgvi->t0x, tgvi->t1y); glVertex2s(tgvi->v0x, tgvi->v1y);