RSS

Пятница, 19.04.2024, 17:04
Главная » WoW API » API Виджеты » Шрифт »

Font:CopyFontObject(object) or Font:CopyFontObject("name")

[ править ]
Sets the font's properties to match those of another Font object.
[клоны]
Sets the font's properties to match those of another Font object. Unlike FontInstance:SetFontObject(), this method allows one-time reuse of another font object's properties without continuing to inherit future changes made to the other object's properties.


Signature:
Code
Font:CopyFontObject(object) or Font:CopyFontObject("name")

Arguments:
  • object - Reference to a Font object (font)
  • name - Global name of a Font object (string)

Также смотрите: Шрифт
Ссылки: http://wowprogramming.com/docs/widgets/Font/CopyFontObject