- Timestamp:
- 04/03/07 23:24:23 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gl-font/gl_font.c
r3730 r3733 462 462 render_glyph_to_image( font->face, image, &font->glyph_info, *c ); /* remove glyph_info from the struct */ 463 463 draw_glyph( image, font, &font->glyph_info, 64, 0 ); /* TODO where does 64 come from ?, remove the 0 */ 464 render_glyph_to_image( font->face, image, &font->glyph_info, L'ù' );465 printf("-- %lc\n", *c);466 draw_glyph( image, font, &font->glyph_info, 64, 0 );467 464 } 468 465 }
Note: See TracChangeset
for help on using the changeset viewer.