pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] r3876 - trunk/fontgen


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3876 - trunk/fontgen
Date: Sat, 19 Jul 2008 19:23:28 +0200

Author: grumbel
Date: 2008-07-19 19:23:27 +0200 (Sat, 19 Jul 2008)
New Revision: 3876

Modified:
   trunk/fontgen/fontgen.cpp
Log:
Display the size of the final image

Modified: trunk/fontgen/fontgen.cpp
===================================================================
--- trunk/fontgen/fontgen.cpp   2008-07-19 14:09:04 UTC (rev 3875)
+++ trunk/fontgen/fontgen.cpp   2008-07-19 17:23:27 UTC (rev 3876)
@@ -86,6 +86,7 @@
 
   image_bitmap.truncate_height(y_pos + row_height + border);
   image_bitmap.write_pgm(pgm_filename);
+  std::cout << "ImageSize: " << image_bitmap.get_width() << "x" << 
image_bitmap.get_height() << std::endl;
 }
 
 void generate_font(const std::string& filename, int px_size, 
std::vector<Glyph>& glyphs)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]