SFML-2.3.2.4: SFML bindings

Safe HaskellNone
LanguageHaskell98

SFML.Graphics.Glyph

Synopsis

Documentation

data Glyph Source

Describes a glyph (a visual character).

Constructors

Glyph 

Fields

advance :: Int

Offset to move horizontically to the next character

bounds :: IntRect

Bounding rectangle of the glyph, in coordinates relative to the baseline

textureRect :: IntRect

Texture coordinates of the glyph inside the font's image

Instances