# Set Font Size Of Text Tag

Grammar — Set font size of tag|Text Tag to fontSize
FlagsNative | Action

Sets the font size of all text within in the text tag.

# Arguments

  • int [ preset::TextTag ] — Tag
  • int — Font Size

Returns — void

native void TextTagSetFontSize(int inTag, int inFontSize);

Category: Text Tag / Formatting

# Examples

— None found —