![]() |
RAMSES Documentation
27.0.130
Information for RAMSES users and developers
|
Classes | |
struct | StringBoundingBox |
Helper data structure describing multiple glyphs metrics. More... | |
Functions | |
RAMSES_API StringBoundingBox | GetBoundingBoxForString (GlyphMetricsVector::const_iterator first, GlyphMetricsVector::const_iterator last) |
Compute a bounding box for a string represented by a range of GlyphMetrics. More... | |
RAMSES_API StringBoundingBox | GetBoundingBoxForString (const GlyphMetricsVector::const_reverse_iterator &first, const GlyphMetricsVector::const_reverse_iterator &last) |
Compute a bounding box for a string represented by a range of GlyphMetrics. More... | |
RAMSES_API StringBoundingBox ramses::LayoutUtils::GetBoundingBoxForString | ( | const GlyphMetricsVector::const_reverse_iterator & | first, |
const GlyphMetricsVector::const_reverse_iterator & | last | ||
) |
Compute a bounding box for a string represented by a range of GlyphMetrics.
[in] | first | Beginning of range of GlyphMetrics to compute bounding box |
[in] | last | End of range of GlyphMetrics to compute bounding box, glyph pointed to by last is not included |
RAMSES_API StringBoundingBox ramses::LayoutUtils::GetBoundingBoxForString | ( | GlyphMetricsVector::const_iterator | first, |
GlyphMetricsVector::const_iterator | last | ||
) |
Compute a bounding box for a string represented by a range of GlyphMetrics.
[in] | first | Beginning of range of GlyphMetrics to compute bounding box |
[in] | last | End of range of GlyphMetrics to compute bounding box, glyph pointed to by last is not included |