Class TMPro_FontAssetCreatorWindow
Inherited Members
UnityEditor.EditorWindow.ShowTab()
UnityEditor.EditorWindow.GetWindow<T>()
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean, System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.HasOpenInstances<T>()
UnityEditor.EditorWindow.FocusWindowIfItsOpen<T>()
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.depthBufferBits
UnityEditor.EditorWindow.antiAlias
Namespace: TMPro.EditorUtilities
Syntax
public class TMPro_FontAssetCreatorWindow : EditorWindow
Methods
GetKerningTable()
Declaration
public TMP_FontFeatureTable GetKerningTable()
Returns
Type | Description |
---|---|
TMP_FontFeatureTable |
OnDisable()
Declaration
public void OnDisable()
OnEnable()
Declaration
public void OnEnable()
OnGUI()
Declaration
public void OnGUI()
ShowFontAtlasCreatorWindow()
Declaration
[MenuItem("Window/TextMeshPro/Font Asset Creator", false, 2025)]
public static void ShowFontAtlasCreatorWindow()
ShowFontAtlasCreatorWindow(TMP_FontAsset)
Declaration
public static void ShowFontAtlasCreatorWindow(TMP_FontAsset fontAsset)
Parameters
Type | Name | Description |
---|---|---|
TMP_FontAsset | fontAsset |
ShowFontAtlasCreatorWindow(Font)
Declaration
public static void ShowFontAtlasCreatorWindow(Font sourceFontFile)
Parameters
Type | Name | Description |
---|---|---|
Font | sourceFontFile |
Update()
Declaration
public void Update()