GATE
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, gate_int32_t x, gate_int32_t y, gate_color_t color)
 
GATE_GRAPHICS_API gate_result_t gate_font8_print_text (gate_rasterimage_t *image, gate_string_t const *text, gate_int32_t x, gate_int32_t y, gate_color_t color)
 
GATE_GRAPHICS_API gate_result_t gate_font16_print_char (gate_rasterimage_t *image, char character, gate_int32_t x, gate_int32_t y, gate_color_t color)
 
GATE_GRAPHICS_API gate_result_t gate_font16_print_text (gate_rasterimage_t *image, gate_string_t const *text, gate_int32_t x, gate_int32_t y, gate_color_t color)
 

Detailed Description

Pixel font printing support for raster images.