X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FAPI_Bilat_Displayable%2FINC%2FFont_A.h;fp=WCudaMSE%2FAPI_Bilat_Displayable%2FINC%2FFont_A.h;h=ce984b300d2d35808ec92ad119e28f72270bd493;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/API_Bilat_Displayable/INC/Font_A.h b/WCudaMSE/API_Bilat_Displayable/INC/Font_A.h new file mode 100755 index 0000000..ce984b3 --- /dev/null +++ b/WCudaMSE/API_Bilat_Displayable/INC/Font_A.h @@ -0,0 +1,27 @@ +#ifndef FONT_A_H +#define FONT_A_H +#include "envBilatDisplayable.h" + +/*----------------------------------------------------------------------*\ + |* Declaration *| + \*---------------------------------------------------------------------*/ + +/*--------------------------------------*\ + |* Public *| + \*-------------------------------------*/ + +class CBI_DISPLAYABLE Font_A + { + public: + Font_A(int fontHeight); + virtual ~Font_A(); + + public : + int height; //height in pixel + }; + +#endif + +/*----------------------------------------------------------------------*\ + |* End *| + \*---------------------------------------------------------------------*/