kolibrios/programs/develop/libraries/truetype/brunch/TRUETYPE.TXT
Kirill Lipatov (Leency) 3c8c7263cc truetype lib: brunch from GerdtR
git-svn-id: svn://kolibrios.org@3893 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-09-06 21:56:52 +00:00

9 lines
473 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

à¨áã¥â ž­¨ª®¤-áâப¨ ­  § ¤ ­­®¬ ä®­¥.
int text_out(short *string, char *buffer, int height, int color,int back_color, int x, int y)
int __stdcall get_length(short *text, char *buffer, int height, int max_len)
float __stdcall get_width(short *text, stbtt_fontinfo *buffer, int height)
int __stdcall init_font(stbtt_fontinfo *font,unsigned char *FontData)
unsigned char* __stdcall text_out_mem(short *string, char *buffer, int height, int color,int back_color)