|
|
/// @return True if the face was loaded successfully, false otherwise.
|
|
/// @return True if the face was loaded successfully, false otherwise.
|
|
|
RMLUICORE_API bool LoadFontFace(const byte* data, int data_size, const String& font_family, Style::FontStyle style, Style::FontWeight weight, bool fallback_face = false);
|
|
RMLUICORE_API bool LoadFontFace(const byte* data, int data_size, const String& font_family, Style::FontStyle style, Style::FontWeight weight, bool fallback_face = false);
|