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