FunctionsGetWrapTextSizeGetWrapTextSize CallableGetWrapTextSize(Text: string, Width: number, MaxLine: number): voidReduces the font size progressively until the text fits the wrap sizeParametersText: stringText that will be drawnWidth: numberWidth in which the text must fitMaxLine: numberMaximum of lines the word can wrap forReturns voidNothing
Reduces the font size progressively until the text fits the wrap size