GlyphInfo


Vocabulary
raylib

Class description
Contains information about the gyphs in a font.

Fields
valueintTexture source rectangle
offsetXintTexture source rectangle
offsetYintLeft border offset
advanceXintTop border offset
imageImageRight border offset


Definition


STRUCT: GlyphInfo
{ value int initial: 0 } { offsetX int initial: 0 }
{ offsetY int initial: 0 } { advanceX int initial: 0 } {
image Image initial: S{ Image
{ data f }
{ width 0 }
{ height 0 }
{ mipmaps 0 }
{ format 0 }
}
} ;


Methods