sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
GlyphGeometry
sbylib
graphics
glyph
glyphgeometry
Undocumented in source.
struct
GlyphGeometry {
struct
Vertex
;
Geometry
!(
Vertex
,
uint
)
geom
;
void
add
(Glyph g, vec2 pos, vec2 size);
}
Alias This
geom
Members
Functions
add
void
add
(Glyph g, vec2 pos, vec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Vertex
struct
Vertex
Undocumented in source.
Variables
geom
Geometry
!(
Vertex
,
uint
)
geom
;
Undocumented in source.
Meta
Source
See Implementation
sbylib
graphics
glyph
glyphgeometry
structs
GlyphGeometry