Flutter Engine
The Flutter Engine
|
#include <memory>
#include "fml/hash_combine.h"
#include "impeller/base/comparable.h"
#include "impeller/geometry/scalar.h"
#include "impeller/typographer/typeface.h"
Go to the source code of this file.
Classes | |
class | impeller::Font |
Describes a typeface along with any modifications to its intrinsic properties. More... | |
struct | impeller::Font::Metrics |
Describes the modifications made to the intrinsic properties of a typeface. More... | |
struct | std::hash< impeller::Font::Metrics > |
Namespaces | |
namespace | impeller |
Enumerations | |
enum class | impeller::AxisAlignment : uint8_t { impeller::kNone , impeller::kX , impeller::kY , impeller::kAll } |
Determines the axis along which there is subpixel positioning. More... | |