|
Ion
|
#include <string>#include "ion/base/allocator.h"#include "ion/base/array2.h"#include "ion/base/invalid.h"#include "ion/base/referent.h"#include "ion/base/stlalloc/allocmap.h"#include "ion/math/vector.h"#include "ion/text/layout.h"

Go to the source code of this file.
Classes | |
| class | ion::text::Font |
| Font is a base class for implementation-specific representations of fonts. More... | |
| struct | ion::text::Font::GlyphGrid |
| A grid representing a rendered glyph, with each grid pixel representing pixel coverage in the range (0,1). More... | |
| struct | ion::text::Font::FontMetrics |
| This struct represents the cumulative metrics for the font. More... | |
Namespaces | |
| ion | |
| Copyright 2016 Google Inc. | |
| ion::text | |
Typedefs | |
| typedef uint32 | ion::text::CharIndex |
| Typedef for a Unicode index of a character. More... | |
| typedef base::ReferentPtr < Font >::Type | ion::text::FontPtr |