Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::util::TextureAtlas Class Reference

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

#include <textureatlas.h>

Public Member Functions

 TextureAtlas (TextureAtlas &&)=default
 
 TextureAtlas (const TextureAtlas &)=delete
 
TextureAtlasoperator= (TextureAtlas &&)=default
 
TextureAtlasoperator= (const TextureAtlas &)=delete
 
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 file: