# Set Font Size Of Text Tag
Grammar — Set font size of tag|Text Tag to fontSize
Flags —Native|Action
Sets the font size of all text within in the text tag.
# Arguments
int<preset::TextTag> — Tagint— Font Size
Returns — void
native void TextTagSetFontSize(int inTag, int inFontSize);
# Related
Category: Text Tag / Formatting
- Set Alignment Of Text Tag —
void— TextTagSetAlignment - Set Text Alignment Of Text Tag —
void— TextTagSetTextAlignment - Set Background Border Size Of Text Tag —
void— TextTagSetBackgroundBorderSize - Set Background Image Of Text Tag —
void— TextTagSetBackgroundImage - Set Background Offset Of Text Tag —
void— TextTagSetBackgroundOffset - Set Edge Image Of Text Tag —
void— TextTagSetEdgeImage - Set Color Of Text Tag —
void— TextTagSetColor - Set Enforce Fog Of War Of Text Tag —
void— TextTagFogofWar - Set Visibility Type Of Text Tag —
void— TextTagSetFogVisibility - Set Faded Transparency Of Text Tag —
void— TextTagSetFadedTransparency - Set Font Size Of Text Tag —
void— TextTagSetFontSize - Set Maximum Size Of Text Tag —
void— TextTagSetMaxSize - Show/Hide Background For Text Tag —
void— TextTagShowBackground - Show/Hide Text Shadow For Text Tag —
void— TextTagSetTextShadow
# Examples
— None found —