Functions | |
void | text (int x, int y, struct Font *ptr_font, char *sz_text, int, color_t color) |
void | textC (int x, int y, struct Font *ptr_font, char *sz_text, int width, color_t color, color_t bk_color) |
int | draw_bounded_text (struct Graphics *ptr_gfx, int x, int y, int width, char *sz_text) |
Compounds | ||
struct | Font | Provides functions for manipulating the appearance of text characters |
Some structures for work with text (please pay attention to Font structure).
|
Draws bounded text with trailing dots if text is cut.
|
|
Draws text in the specified color.
|
|
Draws text with specified colors for the text and the background.
|
Copyright © 2001 Cybiko, Inc. All rights reserved. | More information... |