GATE
C/C++ Framework
Loading...
Searching...
No Matches
fonts.h File Reference

Pixel font printing support for raster images. More...

Functions

GATE_GRAPHICS_API gate_result_t gate_font8_print_char (gate_rasterimage_t *image, char character, int x, int y, gate_color_t color)
 Print a single 8x8 ASCII font character on a raster image.
GATE_GRAPHICS_API gate_result_t gate_font8_print_text (gate_rasterimage_t *image, gate_string_t const *text, int x, int y, gate_color_t color)
 Print a 8x8 font ASCII character sequence on a raster image.
GATE_GRAPHICS_API gate_result_t gate_font16_print_char (gate_rasterimage_t *image, char character, int x, int y, gate_color_t color)
 Print a single 8x16 font ASCII character on a raster image.
GATE_GRAPHICS_API gate_result_t gate_font16_print_text (gate_rasterimage_t *image, gate_string_t const *text, int x, int y, gate_color_t color)
 Print a 8x16 font ASCII character sequence on a raster image.

Detailed Description

Pixel font printing support for raster images.