Home
last modified time | relevance | path

Searched refs:rl2GraphicsFontPtr (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/headers/rasterlite2/
H A Drl2graphics.h84 typedef rl2GraphicsFont *rl2GraphicsFontPtr; typedef
366 rl2GraphicsFontPtr font);
413 RL2_DECLARE rl2GraphicsFontPtr rl2_graph_create_font (double size,
425 RL2_DECLARE void rl2_graph_destroy_font (rl2GraphicsFontPtr font);
442 RL2_DECLARE int rl2_graph_font_set_color (rl2GraphicsFontPtr font,
461 RL2_DECLARE int rl2_graph_font_set_outline (rl2GraphicsFontPtr font,
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2paint.c711 rl2_graph_set_font (rl2GraphicsContextPtr context, rl2GraphicsFontPtr font) in rl2_graph_set_font()
844 RL2_DECLARE rl2GraphicsFontPtr
873 return (rl2GraphicsFontPtr) fnt; in rl2_graph_create_font()
877 rl2_graph_destroy_font (rl2GraphicsFontPtr font) in rl2_graph_destroy_font()
889 rl2_graph_font_set_color (rl2GraphicsFontPtr font, unsigned char red, in rl2_graph_font_set_color()
907 rl2_graph_font_set_outline (rl2GraphicsFontPtr font, double width) in rl2_graph_font_set_outline()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/test/
H A Dtest_paint.c68 rl2GraphicsFontPtr font; in do_paint_test()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/tools/
H A Drl2tool.c1574 rl2GraphicsFontPtr font = NULL; in exec_map()