class SF::Font::Info
- SF::Font::Info
- Reference
- Object
Overview
Holds various information about a font
Defined in:
graphics/obj.crConstructors
Instance Method Summary
-
#dup : Info
Returns a shallow copy of this object.
-
#family : String
The font family
- #family=(family : String)
- #finalize
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self
into it.