class Blend2D::Text::TextMetrics
- Blend2D::Text::TextMetrics
- Reference
- Object
Defined in:
blend2d/text/text_metrics.crConstructors
-
.new(font : Font, buffer : GlyphBuffer)
Initialized this
TextMetrics
object such that it pulls its data from aFont
and aGlyphBuffer
.
Instance Method Summary
-
#advance
The advance point of this metric.
-
#bounding_box
The bounding box of this metric.
Constructor Detail
Initialized this TextMetrics
object such that it pulls its data from a Font
and a GlyphBuffer
.