mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 14:00:12 +00:00
优化主题Theme的导入和字体自动刷新 (#148)
This commit is contained in:
@@ -241,10 +241,6 @@ namespace XCharts
|
||||
}
|
||||
|
||||
#if dUI_TextMeshPro
|
||||
public void SetAlignment(TextAlignmentOptions alignment)
|
||||
{
|
||||
if (m_TMPText != null) m_TMPText.alignment = alignment;
|
||||
}
|
||||
|
||||
public void SetFont(TMP_FontAsset font)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user