Searched refs:NativeOptionFontInfo (Results 1 – 5 of 5) sorted by relevance
44 NativeOptionFontInfo FfiFontManagerGetFontByName(const char* fontName) in FfiFontManagerGetFontByName()49 return NativeOptionFontInfo { .hasValue = false, .info = nullptr }; in FfiFontManagerGetFontByName()
26 CJ_EXPORT NativeOptionFontInfo FfiFontManagerGetFontByName(const char* fontName);
408 NativeOptionFontInfo CJFrontendAbstract::GetSystemFont(const std::string& fontName) in GetSystemFont()412 return NativeOptionFontInfo { in GetSystemFont()417 return NativeOptionFontInfo { in GetSystemFont()
117 NativeOptionFontInfo GetSystemFont(const std::string& fontName);
41 struct NativeOptionFontInfo { struct