void SetAnswerFontScale(int inQuestion, eFontSize inFontSize)
Description
Set the answers text font size
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuestion | Int32 | Index of the Question |
inFontSize | eFontSize | size parameter |
Return Type
void
Example
"SetAnswerFontScale(CurrQues, eFontSize.Large)" will set the text to be in "Large" font.
Comments
Please sign in to leave a comment.