00001 // 00002 // lucidacalligraphy14.h 00003 // 00004 // Do not edit - created by 'bmp2font' from bitmaps/lucidacalligraphy14.bmp 00005 // 00006 00007 #ifndef _LUCIA_CALLIGRAPH_14_H_ 00008 #define _LUCIA_CALLIGRAPH_14_H_ 00009 00010 #include "packedfont16.h" 00011 00012 namespace WoopsiUI { 00013 class LucidaCalligraphy14: public PackedFont16 { 00014 public: 00015 LucidaCalligraphy14(u8 fixedWidth=0); 00016 }; 00017 } 00018 00019 #endif