RSS

Пятница, 19.04.2024, 19:38
Главная » WoW API » API Виджеты » Экземпляр шрифта »

filename, fontHeight, flags = ScrollingMessageFrame:GetFont()

[ править ]
Returns the font instance's basic font properties.
[клоны]
Returns the font instance's basic font properties.


Signature:
Code
filename, fontHeight, flags = FontInstance:GetFont()

Returns:
  • filename - Path to a font file (string)
  • fontHeight - Height (point size) of the font to be displayed (in pixels) (number)
  • flags - Additional properties for the font specified by one or more (separated by commas) of the following tokens: (string)
      MONOCHROME - Font is rendered without antialiasing
    • OUTLINE - Font is displayed with a black outline
    • THICKOUTLINE - Font is displayed with a thick black outline

Также смотрите: Экземпляр шрифта
Ссылки: http://wowprogramming.com/docs/widgets/FontInstance/GetFont