listAvailableFontsAsync(): Promise<Font[]>
异步获取当前项目可用的字体列表, 可使用 loadFontAsync 载入后使用。
loadFontAsync(fontName: FontName): Promise<void>
异步载入字体。