#include <optional>#include <unordered_map>#include <unordered_set>#include <vector>#include "flutter/fml/macros.h"#include "impeller/geometry/size.h"#include "impeller/typographer/font.h"#include "impeller/typographer/glyph.h"Go to the source code of this file.
Classes | |
| struct | impeller::ScaledFont |
| A font and a scale. Used as a key that represents a typeface within a glyph atlas. More... | |
| struct | impeller::FontGlyphPair |
| A font along with a glyph in that font rendered at a particular scale. More... | |
| struct | std::hash< impeller::ScaledFont > |
| struct | std::equal_to< impeller::ScaledFont > |
Namespaces | |
| impeller | |
Typedefs | |
| using | impeller::FontGlyphMap = std::unordered_map< ScaledFont, std::unordered_set< Glyph > > |