Handbook
Glossary
GlyphInfo
Vocabulary
raylib
Definition
USING:
alien.c-types
classes.struct
;
IN:
raylib
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
USING:
classes.struct
classes.struct.private
kernel
raylib
;
M:
GlyphInfo
clone
clone-underlying
\
GlyphInfo
memory>struct
;
inline
USING:
accessors
classes.struct
combinators.smart
raylib
;
M:
GlyphInfo
struct-slot-values
{
[
value>>
]
[
offsetX>>
]
[
offsetY>>
]
[
advanceX>>
]
[
image>>
]
}
cleave>array
;
inline