#include <glyph_atlas.h>
Public Attributes | |
Rect | atlas_bounds |
The bounds of the glyph within the glyph atlas. More... | |
Rect | glyph_bounds |
The local glyph bounds. More... | |
bool | is_placeholder = true |
Definition at line 55 of file glyph_atlas.h.
Rect impeller::FrameBounds::atlas_bounds |
The bounds of the glyph within the glyph atlas.
Definition at line 57 of file glyph_atlas.h.
Referenced by impeller::TextContents::ComputeVertexData().
Rect impeller::FrameBounds::glyph_bounds |
The local glyph bounds.
Definition at line 59 of file glyph_atlas.h.
Referenced by impeller::TextContents::ComputeVertexData().
bool impeller::FrameBounds::is_placeholder = true |
Whether [atlas_bounds] are still a placeholder and have not yet been computed.
Definition at line 62 of file glyph_atlas.h.
Referenced by impeller::TextContents::ComputeVertexData().