Home
last modified time | relevance | path

Searched refs:GetTtfInfoFromTtf (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/font/
H A Dui_font_vector.h100 bool GetTtfInfoFromTtf(uint8_t* ttfBuffer,
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp302 return GetTtfInfoFromTtf(ttfBuffer, ttfBufferSize, ttfHeader, fontInfo_[i]); in GetTtfInfo()
309 bool UIFontVector::GetTtfInfoFromTtf(uint8_t* ttfBuffer, in GetTtfInfoFromTtf() function in OHOS::UIFontVector