Searched defs:GetFontVersion (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/ |
H A D | glyphs_manager.cpp | 61 int8_t GlyphsManager::GetFontVersion(const char* fontName, char* version, uint8_t len) in GetFontVersion() function in OHOS::GlyphsManager
|
H A D | glyphs_file.cpp | 253 int8_t GlyphsFile::GetFontVersion(const char* fontName, char* version, uint8_t len) in GetFontVersion() function in OHOS::GlyphsFile
|
H A D | ui_font_bitmap.cpp | 203 int8_t UIFontBitmap::GetFontVersion(FontType type, const char* path, char* version, uint8_t len) in GetFontVersion() function in OHOS::UIFontBitmap
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/font/ |
H A D | base_font.h | 136 virtual int8_t GetFontVersion(FontType type, const char* path, char* version, uint8_t len) in GetFontVersion() function
|
H A D | ui_font.h | 160 … int8_t GetFontVersion(BaseFont::FontType type, const char* path, char* version, uint8_t len) const in GetFontVersion() function
|