返回介绍

Font.CreateDynamicFontFromOSFont 用系统字体创建动态字体

发布于 2019-12-18 15:37:41 字数 1913 浏览 1421 评论 0 收藏 0

JavaScript => public static function CreateDynamicFontFromOSFont(fontname: string, size: int): Font;
JavaScript => public static function CreateDynamicFontFromOSFont(fontnames: string[], size: int): Font; C# => public static Font CreateDynamicFontFromOSFont(string fontname, int size); C# => public static Font CreateDynamicFontFromOSFont(string[] fontnames, int size);

Parameters 参数

fontnameThe name of the OS font to use for this font object.
用于该字体对象的系统字体名称。
sizeThe default character size of the generated font.
生成的字体的默认字符大小。
fontnamesAm array of names of OS fonts to use for this font object. When rendering characters using this font object, the first font which is installed on the machine, which contains the requested character will be used.
用于该字体对象的系统字体名称的数组。当渲染字符时使用该字体对象,安装在机器上的首个包含请求字符集的字体将被使用。

Returns

Font The generate Font object.

Description 描述

Creates a Font object which lets you render a font installed on the user machine.

创建允许你渲染系统字体的字体对象。

CreateDynamicFontFromOSFont creates a font object which references fonts from the OS. This lets you render text using any font installed on the user's machine. See GetOSInstalledFontNames for getting names of installed fonts at runtime, which can be used with this function.

CreateDynamicFontFromOSFont创建参考系统字体的字体对象。该函数让你可以使用任何安装在用户机器上的系统字体渲染文本。请参考GetOSInstalledFontNames在运行时获取已安装的系统字体,该字体可用于该函数。

font

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文