font_t represents a font resource used for rendering text.
// font_t is simply returned from "render::create_font" and has no members class font_t { }
// takes no arguments and simply returns font_t@ font_t()
// tahoma at 13px auto tahoma_13 = render::create_font("C:\\Windows\\Fonts\\Tahoma.ttf", 13f);
Last updated 7 months ago
Was this helpful?