mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2025-02-17 15:28:10 +00:00
新增清除缓存NDK接口
Signed-off-by: renhw001 <renhongwei9@huawei.com>
This commit is contained in:
parent
626b546170
commit
7c563fc62d
@ -93,6 +93,15 @@ void OH_Drawing_DisableFontCollectionSystemFont(OH_Drawing_FontCollection*);
|
||||
*/
|
||||
OH_Drawing_FontCollection* OH_Drawing_CreateSharedFontCollection(void);
|
||||
|
||||
/**
|
||||
* @brief Clear font caches.
|
||||
*
|
||||
* @syscap SystemCapability.Graphic.Graphic2D.NativeDrawing
|
||||
* @param OH_Drawing_FontCollection Indicates the pointer to an <b>OH_Drawing_FontCollection</b> object.
|
||||
* @since 12
|
||||
* @version 1.0
|
||||
*/
|
||||
void OH_Drawing_ClearCaches(OH_Drawing_FontCollection*);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user