Changeset 114 for cafu/branches/cafu_to_wx/Libs/Fonts/Font.hpp
- Timestamp:
- 08/12/10 16:39:08 (22 months ago)
- Files:
-
- 1 modified
-
cafu/branches/cafu_to_wx/Libs/Fonts/Font.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cafu/branches/cafu_to_wx/Libs/Fonts/Font.hpp
r36 r114 55 55 56 56 /// Prints PrintString at (PosX, PosY) in color Color. 57 void Print(int PosX, int PosY, unsigned long Color, const char* PrintString, ...);57 void Print(int PosX, int PosY, float FrameWidth, float FrameHeight, unsigned long Color, const char* PrintString, ...); 58 58 59 59 /// Accumulative printing functions. Faster if you have to call Print() a lot. 60 void AccPrintBegin( );60 void AccPrintBegin(float FrameWidth, float FrameHeight); 61 61 void AccPrint(int PosX, int PosY, unsigned long Color, const char* PrintString, ...); 62 62 void AccPrintEnd();
