Runes of Magic Wiki
Advertisement

Sets the horizontal justification for FontStrings.

MyFontString:SetJustifyHType(justification);

Parameters[ | ]

Arguments[ | ]

justification
string - Type of horizontal justification to use.
Values are:
  • LEFT
  • CENTER
  • RIGHT

Returns[ | ]

None

Example[ | ]

MemViewerDynFrame.Text:SetJustifyHType("CENTER");

Notes[ | ]

Related Pages[ | ]

Advertisement