struct Boleite::Text::Vertices
- Boleite::Text::Vertices
- Struct
- Value
- Object
Defined in:
boleite/graphics/text/vertices.crConstructors
Instance Method Summary
- #build_line_vertices(font, vertices, line, colors, baseline, texture_size, char_size)
- #build_vertices(gfx, data) : Array(Vertex)
- #create_glyph_vertices(vertices, glyph, color, advance, top, texture_size)
- #create_shader(gfx) : Shader
- #create_vertices(gfx, data) : VertexBufferObject
- #get_shader(gfx) : Shader
- #get_vertices(gfx, data) : VertexBufferObject
- #initialize
- #mark_for_rebuild
Constructor Detail
Instance Method Detail
def build_line_vertices(font, vertices, line, colors, baseline, texture_size, char_size)
#