Home
last modified time | relevance | path

Searched refs:NativeOptionFontInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/font/
H A Dcj_font_ffi.cpp44 NativeOptionFontInfo FfiFontManagerGetFontByName(const char* fontName) in FfiFontManagerGetFontByName()
49 return NativeOptionFontInfo { .hasValue = false, .info = nullptr }; in FfiFontManagerGetFontByName()
H A Dcj_font_ffi.h26 CJ_EXPORT NativeOptionFontInfo FfiFontManagerGetFontByName(const char* fontName);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/
H A Dcj_frontend_abstract.cpp408 NativeOptionFontInfo CJFrontendAbstract::GetSystemFont(const std::string& fontName) in GetSystemFont()
412 return NativeOptionFontInfo { in GetSystemFont()
417 return NativeOptionFontInfo { in GetSystemFont()
H A Dcj_frontend_abstract.h117 NativeOptionFontInfo GetSystemFont(const std::string& fontName);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_common_ffi.h41 struct NativeOptionFontInfo { struct