@@ -17,7 +17,6 @@ void VidFillScreen(unsigned color);
17
17
void VidDrawVLine (unsigned color , int top , int bottom , int x );
18
18
void VidDrawHLine (unsigned color , int left , int right , int y );
19
19
void VidDrawLine (unsigned p , int x1 , int y1 , int x2 , int y2 );
20
- void VidSetFont (unsigned fontType );
21
20
void VidPlotChar (char c , unsigned ox , unsigned oy , unsigned colorFg , unsigned colorBg /*=0xFFFFFFFF*/ );
22
21
void VidBlitImage (Image * pImage , int x , int y );
23
22
void VidBlitImageResize (Image * pImage , int x , int y , int w , int h );
@@ -39,6 +38,7 @@ void RenderIconForceSizeOutline(int type, int x, int y, int size, uint32_t color
39
38
void VidSetClipRectEx (Rectangle * pOutRect , Rectangle * pRect );
40
39
void VidTextOutInternalEx (const char * pText , unsigned ox , unsigned oy , unsigned colorFg , unsigned colorBg , bool doNotActuallyDraw , int * widthx , int * heightx , int limit );
41
40
int WrapText (char * pTextBufOut , size_t sTextBufOut , const char * pText , int xWidth );
41
+ unsigned VidSetFont (unsigned fontType );
42
42
43
43
bool RectangleContains (Rectangle * r , Point * p );
44
44
bool RectangleOverlap (Rectangle * r1 , Rectangle * r2 );
0 commit comments