<Code Lib>
2020 Method
Changes 0
M

FormattedText.SetBoldStatus(Boolean)

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

public void SetBoldStatus(
	bool isBold
)

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

Loading…