Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3893 leency 1
рисует Юникод-строки на заданном фоне.
2
 
3
int  text_out(short *string, char *buffer, int height, int color,int back_color, int x, int y)
4
int __stdcall get_length(short *text, char *buffer, int height, int max_len)
5
float __stdcall get_width(short *text, stbtt_fontinfo *buffer, int height)
6
int __stdcall init_font(stbtt_fontinfo *font,unsigned char *FontData)
7
unsigned char*  __stdcall text_out_mem(short *string, char *buffer, int height, int color,int back_color)
8