-
Legendary
I answered your question in the previous post. You define the text size with SizeFontMiniGlobes. The colored circles will automatically adjust to the text, meaning if you increase the font size, the circles will also increase as needed. The size of the circles is managed in lines 277 and 278, in case you want to vary the relationship between the text and the circle size:
Code:
Width1 = Texto.GetTextLayout("8").Metrics.Width; // for one digit
Width2 = 1 + Texto.GetTextLayout("88").Metrics.Width / 2; // for two digits
-
Post Thanks / Like - 1 Thanks
RawHulk2 (1 members gave Thanks to RNN for this useful post)