class

Blend2D::Text::GlyphBuffer

Inherits Blend2D::BLStructure < Reference < Object

Constructors

new

Create a new GlyphBuffer.

Source

Instance methods

finalize

Called when Crystal's garbage collector collects this instance.

Source
glyph_run
Source
set_text(text : String, encoding : TextEncoding = TextEncoding::UTF8)

Set the GlyphBuffer's text to the one specified.

Source