Method ClearTextStyle
ClearTextStyle(ref StringItemInfo[], int, int, TextStyle)
Removes style information from specified part of string.
public static void ClearTextStyle(ref StringItemInfo[] textData, int start, int len, TextStyle style)
Parameters
textData
StringItemInfo[]Retrieves style information.
start
intSpecifies the first character in string to remove.
len
intSpecifies number of characters in string to remove.
style
TextStyleSpecifies
TextStyle
to remove.
ClearTextStyle(int, int, TextStyle)
Removes style information from specified part of string.
public virtual void ClearTextStyle(int start, int len, TextStyle style)