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:

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

Arguments:

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