#include <unordered_map>#include <unordered_set>#include "impeller/geometry/color.h"#include "impeller/geometry/path.h"#include "impeller/geometry/point.h"#include "impeller/typographer/font.h"#include "impeller/typographer/glyph.h"Go to the source code of this file.
Classes | |
| struct | impeller::GlyphProperties |
| struct | impeller::ScaledFont |
| A font and a scale. Used as a key that represents a typeface within a glyph atlas. More... | |
| struct | impeller::SubpixelGlyph |
| A glyph and its subpixel position. More... | |
| struct | impeller::FontGlyphPair |
| A font along with a glyph in that font rendered at a particular scale and subpixel position. More... | |
| struct | std::hash< impeller::ScaledFont > |
| struct | std::equal_to< impeller::ScaledFont > |
| struct | std::hash< impeller::SubpixelGlyph > |
| struct | std::equal_to< impeller::SubpixelGlyph > |
Namespaces | |
| impeller | |
Typedefs | |
| using | impeller::FontGlyphMap = std::unordered_map< ScaledFont, std::unordered_set< SubpixelGlyph > > |