unity字体库中有中文吗(unity中文API之Font)

Font 字体

unity字体库中有中文吗(unity中文API之Font)(1)

class in UnityEngine/Inherits from: Object

Description 描述

Script interface for font assets.

字体资源的脚本接口。

You can use this class to dynamically switch fonts on GUI texts or Text Meshes.

你可以使用该类动态的转换GUI texts或者Text Meshes文本字体。

See Also: GUIText and TextMesh.

Variables 变量

ascent The ascent of the font.

提升字体。 characterInfo Access an array of all characters contained in the font texture.

在字体纹理中访问包含所有字符的数组。 dynamic Is the font a dynamic font.

该字体是否是动态字体。 fontSize The default size of the font.

默认字体大小。 lineHeight The line height of the font.

字体行高。 material The material used for the font display.

用于显示字体的材质。

Constructors 构造

Font Create a new Font.

创建一个新的字体。

Public Functions 公共函数

GetCharacterInfo Get rendering info for a specific character.

获取指定字符的渲染信息。 HasCharacter Does this font have a specific character?

该字体是否有指定字符? RequestCharactersInTexture Request characters to be added to the font texture (dynamic fonts only).

请求字符被加入到字体纹理中(仅限动态字体)。

Static Functions 静态函数

CreateDynamicFontFromOSFont 创建允许你渲染系统字体的字体对象。 GetMaxVertsForString 返回文本生成器返回指定字符串的最大顶点数。 GetOSInstalledFontNames 获取已安装的系统字体名称。

Delegates 委托

Font 用于textureChanged的委托。

,

免责声明:本文仅代表文章作者的个人观点,与本站无关。其原创性、真实性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容文字的真实性、完整性和原创性本站不作任何保证或承诺,请读者仅作参考,并自行核实相关内容。文章投诉邮箱:anhduc.ph@yahoo.com

    分享
    投诉
    首页