class

Blend2D::Text::TextMetrics

Inherits Reference < Object

Constructors

new(font : Font, buffer : GlyphBuffer)

Initialized this TextMetrics object such that it pulls its data from a Font and a GlyphBuffer.

Source

Instance methods

advance

The advance point of this metric.

Source
bounding_box

The bounding box of this metric.

Source