<Code Lib>
2025 Method
Changes 0
M

FormattedText.SetItalicStatus(Boolean)

Description:
Sets the characters in the entire text to be italic or not italic.
Overloads (2):
SetItalicStatus(Boolean)

public void SetItalicStatus(
	bool isItalic
)

  • isItalic
    The desired italic status of characters in the entire text. True to set italic, false to set not italic.

Loading…