Inviwo  0.9.10.1
Inviwo documentation
inviwo::util::TextureAtlas Class Reference

Texture atlas for a number of strings rendered with the TextRenderer. More...

#include <textureatlas.h>

Public Member Functions

bool valid () const
 
void clear ()
 
void fillAtlas (TextRenderer &textRenderer, std::vector< TexAtlasEntry > &atlas)
 
void fillAtlas (TextRenderer &textRenderer, const std::vector< std::string > &strings, vec4 color)
 
void fillAtlas (TextRenderer &textRenderer, std::vector< TexAtlasEntry > &entries, std::vector< TextBoundingBox > &bboxes)
 
std::shared_ptr< Texture2DgetTexture () const
 
const TexAtlasRenderInfogetRenderInfo () const
 

Detailed Description

Texture atlas for a number of strings rendered with the TextRenderer.

See also
TextRenderer

The documentation for this class was generated from the following files: