Home
last modified time | relevance | path

Searched refs:ttfPath (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/font/
H A Dui_font_vector.cpp104 std::string ttfPath = ttfDir_; in RegisterFontInfo() local
105 ttfPath.append(ttfName); in RegisterFontInfo()
106 int32_t error = FT_New_Face(ftLibrary_, ttfPath.c_str(), 0, &ftFaces_[j]); in RegisterFontInfo()
276 std::string ttfPath = ttfDir_; in OpenVectorFont() local
277 ttfPath.append(fontInfo_[i].ttfName); in OpenVectorFont()
279 fp = open(ttfPath.c_str(), O_RDONLY | O_BINARY); in OpenVectorFont()
281 fp = open(ttfPath.c_str(), O_RDONLY); in OpenVectorFont()
317 std::string ttfPath = ttfDir_; in GetTtfInfoFromTtf() local
318 ttfPath.append(fontInfo.ttfName); in GetTtfInfoFromTtf()
321 fpTtf = open(ttfPath in GetTtfInfoFromTtf()
[all...]

Completed in 1 milliseconds