FontEngine.LoadFontFace

Declaration

public static TextCore.LowLevel.FontEngineError LoadFontFace(Font font);

Declaration

public static TextCore.LowLevel.FontEngineError LoadFontFace(Font font, int pointSize);

Declaration

public static TextCore.LowLevel.FontEngineError LoadFontFace(Font font, int pointSize, int faceIndex);

Declaration

public static TextCore.LowLevel.FontEngineError LoadFontFace(string filePath);

Declaration

public static TextCore.LowLevel.FontEngineError LoadFontFace(string filePath, int pointSize);

Declaration

public static TextCore.LowLevel.FontEngineError LoadFontFace(string filePath, int pointSize, int faceIndex);

Declaration

public static TextCore.LowLevel.FontEngineError LoadFontFace(byte[] sourceFontFile);

Declaration

public static TextCore.LowLevel.FontEngineError LoadFontFace(byte[] sourceFontFile, int pointSize);

Declaration

public static TextCore.LowLevel.FontEngineError LoadFontFace(byte[] sourceFontFile, int pointSize, int faceIndex);

Declaration

public static TextCore.LowLevel.FontEngineError LoadFontFace(string familyName, string styleName);

Declaration

public static TextCore.LowLevel.FontEngineError LoadFontFace(string familyName, string styleName, int pointSize);

Parameters

filePath The path of the source font file relative to the project.
pointSize The point size used to scale the font face.
sourceFontFile The byte array that contains the source font file.
font The font to load the data from. The Unity font must be set to Dynamic mode with Include Font Data selected.
faceIndex The face index of the font face to load. When the font file is a TrueType collection (.TTC), this specifies the face index of the font face to load. If the font file is a TrueType Font (.TTF) or OpenType Font (.OTF) file, the face index is always zero (0).
familyName The family name of the font face to load.
styleName The style name of the font face to load.

Returns

FontEngineError A value of zero (0) if the font face was loaded successfully.

Description

Load a source font file.


对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961