未验证 提交 b8ab3d08 编写于 作者: O openharmony_ci 提交者: Gitee

!799 修复警告#6挑单monthly_20221018

Merge pull request !799 from youbing54/cherry-pick-1666661110
......@@ -29,7 +29,8 @@ public:
UIFontBitmap(const UIFontBitmap&) = delete;
UIFontBitmap& operator=(const UIFontBitmap&) noexcept = delete;
bool IsVectorFont() const override;
uint8_t GetShapingFontId(char* text, uint8_t& ttfId, uint32_t& script, uint16_t fontId, uint8_t size) const override;
uint8_t GetShapingFontId(char* text, uint8_t& ttfId, uint32_t& script,
uint16_t fontId, uint8_t size) const override;
int8_t SetFontPath(const char* path, FontType type) override;
uint16_t GetHeight(uint16_t fontId, uint8_t fontSize = 0) override;
uint16_t GetFontId(const char* ttfName, uint8_t fontSize = 0) const override;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册