Skip to content

FontPreviewGenerator

ClassAssetInventoryAssetInventory.Editor
public static class FontPreviewGenerator

No description is available for this type.

public static Texture2D Create(Font font, int textureSize = 128)

No description is available for this member.

Parameters

Name Type Description
font UnityEngine.Font
textureSize System.Int32

Returns

UnityEngine.Texture2D — No return description is available.

public static Texture2D Create(string file, int textureSize = 128)

No description is available for this member.

Parameters

Name Type Description
file System.String
textureSize System.Int32

Returns

UnityEngine.Texture2D — No return description is available.