Ion
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fontmacros.h
Go to the documentation of this file.
1 
18 #ifndef ION_TEXT_FONTMACROS_H_
19 #define ION_TEXT_FONTMACROS_H_
20 
21 #define ION_FONT(font_manager, FontName, font_size_px, sdf_padding) \
22  ::ion::text::fonts::CreateFont_##FontName(font_manager, \
23  font_size_px, \
24  sdf_padding)
25 
26 #endif // ION_TEXT_FONTMACROS_H_