Go to the documentation of this file.
18 #ifndef ION_TEXT_FONTMACROS_H_
19 #define ION_TEXT_FONTMACROS_H_
21 #define ION_FONT(font_manager, FontName, font_size_px, sdf_padding) \
22 ::ion::text::fonts::CreateFont_##FontName(font_manager, \
26 #endif // ION_TEXT_FONTMACROS_H_