Ion
|
#include <string>
#include "ion/base/referent.h"
#include "ion/base/stlalloc/allocvector.h"
#include "ion/gfx/attributearray.h"
#include "ion/gfx/bufferobject.h"
#include "ion/gfx/node.h"
#include "ion/gfx/sampler.h"
#include "ion/gfx/shaderinputregistry.h"
#include "ion/gfxutils/shadermanager.h"
#include "ion/math/vector.h"
#include "ion/text/font.h"
#include "ion/text/fontimage.h"
Go to the source code of this file.
Classes | |
class | ion::text::Builder |
Builder is an abstract base class for building graphics objects used to render text. More... | |
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::gfx | |
ion::text | |
Typedefs | |
typedef base::ReferentPtr < Builder >::Type | ion::text::BuilderPtr |
Convenience typedef for shared pointer to a Builder. More... | |