/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_file.cpp | 105 void GlyphsFile::SetFontName(const char* fontName) in SetFontName() 133 int8_t GlyphsFile::SetFile(const char* fontName, int32_t fp, uint32_t start) in SetFile() 190 bool GlyphsFile::IsSameFile(const char* fontName) in IsSameFile() 253 int8_t GlyphsFile::GetFontVersion(const char* fontName, char* version, uint8_t len) in GetFontVersion()
|
H A D | glyphs_manager.cpp | 34 int8_t GlyphsManager::SetFile(const char* fontName, int32_t fp, uint32_t start, uint16_t fileType) in SetFile() 61 int8_t GlyphsManager::GetFontVersion(const char* fontName, char* version, uint8_t len) in GetFontVersion()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/font/ |
H A D | cj_font_ffi.cpp | 44 NativeOptionFontInfo FfiFontManagerGetFontByName(const char* fontName) in FfiFontManagerGetFontByName()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_parser.cpp | 312 std::string fontName = fontSet_[i].substr(idx + 1, fontSet_[i].size() - idx - 1); in SetFontDescriptor() local 438 …unique_ptr<FontParser::FontDescriptor> FontParser::ParseFontDescriptor(const std::string& fontName, in ParseFontDescriptor() 482 …ue_ptr<FontParser::FontDescriptor> FontParser::GetVisibilityFontByName(const std::string& fontName, in GetVisibilityFontByName()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | font_manager.cpp | 157 bool FontManager::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/font/ |
H A D | js_font.cpp | 150 char fontName[STR_BUFFER_SIZE] = { 0 }; in JSgetFontByName() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 408 NativeOptionFontInfo CJFrontendAbstract::GetSystemFont(const std::string& fontName) in GetSystemFont()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_canvas.h | 294 const char* fontName; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | jsUIContext.js | 40 getFontByName(fontName) { argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 311 bool PipelineBase::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | frontend_delegate_declarative_ng.cpp | 582 bool FrontendDelegateDeclarativeNG::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 1652 bool PluginFrontendDelegate::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 1872 bool FrontendDelegateImpl::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 3148 bool FrontendDelegateDeclarative::GetSystemFont(const std::string& fontName, FontInfo& fontInfo) in GetSystemFont()
|