00001
00011 #ifndef DEFINE_H_YFONT
00012 #define DEFINE_H_YFONT
00013
00014 #include <btron/dp.h>
00015 #include <btron/hmi.h>
00016 #include "ycolor.h"
00017
00024 class YFont : public YStationery {
00025
00026 public:
00028
00029 YFont();
00031
00032 virtual ~YFont();
00034
00035 void setFont(TC *fn, UW fc);
00037
00038 void setAttr(UW at);
00040
00041 void setSize(H hs, H vs);
00042
00043 protected:
00044
00045 private:
00047
00048 FSSPEC fnt;
00049
00051
00052 YString fname;
00053
00054 };
00055
00056 #endif // DEFINE_H_YFONT