![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Texture atlas for a number of strings rendered with the TextRenderer. More...
#include <modules/fontrendering/util/textureatlas.h>
Public Member Functions | |
| void | clear () |
| void | fillAtlas (TextRenderer &textRenderer, const std::vector< std::string > &strings, vec4 color) |
| void | fillAtlas (TextRenderer &textRenderer, std::vector< TexAtlasEntry > &atlas) |
| void | fillAtlas (TextRenderer &textRenderer, std::vector< TexAtlasEntry > &entries, std::vector< TextBoundingBox > &bboxes) |
| const TexAtlasRenderInfo & | getRenderInfo () const |
| std::shared_ptr< Texture2D > | getTexture () const |
| TextureAtlas & | operator= (const TextureAtlas &)=delete |
| TextureAtlas & | operator= (TextureAtlas &&)=default |
| TextureAtlas (const TextureAtlas &)=delete | |
| TextureAtlas (TextureAtlas &&)=default | |
| bool | valid () const |
Texture atlas for a number of strings rendered with the TextRenderer.