class Blend2D::Text::TextMetrics
- Blend2D::Text::TextMetrics
- Reference
- Object
Defined in:
blend2d/text/text_metrics.crConstructors
-
.new(font : Font, buffer : GlyphBuffer)
Initialized this
TextMetricsobject such that it pulls its data from aFontand 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.