Guest User

Untitled

a guest
Jan 16th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ///<description>
  2. ///The font in which to render the text. This font may
  3. ///be replaced automatically if a character is missing.
  4. ///</description>
  5. ///<required>true</required>
  6. ///<parameter>string</parameter>
  7. <font></font>
  8.  
  9. ///<description>
  10. ///Whether or not the size of this text block is affected
  11. ///by the sizes of other texts.
  12. ///</description>
  13. ///<required>false</required>
  14. ///<parameter>int</parameter>
  15. <independentSizing></independentSizing>
  16.  
  17. ///<description>
  18. ///The size of the font. This will reduce automatically
  19. ///to fit the bounds specified in [<maxwidth>] or [<boundingBox>].
  20. ///</description>
  21. ///<required>true</required>
  22. ///<parameter>float</parameter>
  23. <size></size>
Add Comment
Please, Sign In to add comment