#include <glyph_sequence.hpp>
A Subset represents a subset of the glyphs of a GlyphSequence for the purpose of culling when rendering. Different Subset values from the same GlyphSequence are guaranteed to have disjoint glyphs.
Definition at line 61 of file glyph_sequence.hpp.
◆ attributes_and_indices()
◆ bounding_box()
bool fastuidraw::GlyphSequence::Subset::bounding_box |
( |
Rect * |
out_bb_box | ) |
|
Gives the bounding box of the glyphs of this Subset object. A return value of false indicates that the bounding box is empty.
- Parameters
-
out_bb_box | location to which to write the bounding box |
◆ glyphs()
c_array<const unsigned int> fastuidraw::GlyphSequence::Subset::glyphs |
( |
void |
| ) |
|
◆ path()
const Path& fastuidraw::GlyphSequence::Subset::path |
( |
void |
| ) |
|
Returns the Path made from the bounding box of the Subset.
The documentation for this class was generated from the following file:
- /home/kevin/fastuidraw.krogueintel/inc/fastuidraw/painter/attribute_data/glyph_sequence.hpp