Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_Displayable / INC / Font_A.h
1 #ifndef FONT_A_H
2 #define FONT_A_H
3 #include "envBilatDisplayable.h"
4
5 /*----------------------------------------------------------------------*\
6 |* Declaration *|
7 \*---------------------------------------------------------------------*/
8
9 /*--------------------------------------*\
10 |* Public *|
11 \*-------------------------------------*/
12
13 class CBI_DISPLAYABLE Font_A
14 {
15 public:
16 Font_A(int fontHeight);
17 virtual ~Font_A();
18
19 public :
20 int height; //height in pixel
21 };
22
23 #endif
24
25 /*----------------------------------------------------------------------*\
26 |* End *|
27 \*---------------------------------------------------------------------*/