GATE
C/C++ Framework
|
Pixel font printing support for raster images. More...
#include "gate/graphics/gate_graphics_api.h"
#include "gate/graphics/images.h"
#include "gate/strings.h"
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. |
Pixel font printing support for raster images.