void SetTopicFontScale(int inQuestion, eFontSize inFontSize)
Description
Set the topics 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
"SetTopicFontScale(CurrQues, eFontSize.Large)" will set the topics texts font size to be "Large".
Comments
Please sign in to leave a comment.