public SetFontWeight ( FontWeight weight, int startIndex, int count ) : void | ||
weight | FontWeight | The font weight of the text. |
startIndex | int | Start index of the first character to apply the font weight to. |
count | int | The number of characters to apply the font weight to. |
return | void |