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

!862 告警修复

Merge pull request !862 from 郝烁/master
......@@ -28,5 +28,10 @@ bool UITextShaping::IsSameTTFId(uint16_t fontId, uint32_t unicode)
// Need to be implemented
return false;
}
void UITextShaping::ClearTtfHeader(uint16_t fontId, uint32_t unicode)
{
return;
}
} // namespace OHOS
#endif /* ENABLE_SHAPING */
......@@ -51,6 +51,7 @@ public:
static UITextShaping* GetInstance();
static bool IsSameTTFId(uint16_t fontId, uint32_t unicode);
void ClearTtfHeader();
}; // class UITextShaping
} // namespace OHOS
#endif // ENABLE_SHAPING
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册