Ion
|
#include <string>
#include <vector>
#include "ion/base/referent.h"
#include "ion/base/stlalloc/allocmap.h"
#include "ion/external/gtest/gunit_prod.h"
#include "ion/text/font.h"
#include "ion/text/fontimage.h"
Go to the source code of this file.
Classes | |
class | ion::text::FontManager |
The FontManager provides the main interface for fonts used to create text strings to render. More... | |
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::text | |
Typedefs | |
typedef base::ReferentPtr < FontManager >::Type | ion::text::FontManagerPtr |
Convenience typedef for shared pointer to a FontManager. More... | |