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 aFontobject (font)name- Global name of aFontobject (string)