Font Methods

SFML.Net

Font Methods

The Font type exposes the following members.

Methods
  Name Description
Protected method Destroy
Handle the destruction of the object
(Overrides ObjectBaseDestroy(Boolean).)
Public method Dispose
Explicitely dispose the object
(Inherited from ObjectBase.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Dispose the object
(Inherited from ObjectBase.)
Public method GetGlyph
Get a glyph in the font
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetInfo
Get the font information
Public method GetKerning
Get the kerning offset between two glyphs
Public method GetLineSpacing
Get spacing between two consecutive lines
Public method GetTexture
Get the texture containing the glyphs of a given size
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method GetUnderlinePosition
Get the position of the underline
Public method GetUnderlineThickness
Get the thickness of the underline
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Provide a string describing the object
(Overrides ObjectToString.)
Top
See Also