sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Glyph
sbylib
graphics
glyph
glyph
Undocumented in source.
class
Glyph {
dchar
character
;
long
offsetX
;
long
offsetY
;
long
width
;
long
height
;
long
advance
;
long
maxHeight
;
long
x
;
long
y
;
this
(dchar character, long offsetX, long offsetY, long width, long height, long advance, long maxHeight);
}
Constructors
this
this
(dchar character, long offsetX, long offsetY, long width, long height, long advance, long maxHeight)
Undocumented in source.
Members
Variables
advance
long
advance
;
Undocumented in source.
character
dchar
character
;
height
long
height
;
Undocumented in source.
maxHeight
long
maxHeight
;
Undocumented in source.
offsetX
long
offsetX
;
offsetY
long
offsetY
;
Undocumented in source.
width
long
width
;
Undocumented in source.
x
long
x
;
y
long
y
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
graphics
glyph
glyph
classes
Glyph