#include "vtkObject.h"#include "vtkFreetypeRasterizer.h"#include "vtkTextureFont.h"#include <vtkQueryAtlasConfigure.h>#include <vtkFollower.h>#include "vtkTextureTextPolys.h"#include "vtkFontParameters.h"#include <vector>Go to the source code of this file.
Classes | |
| class | characterPosition |
| class | vtkTextureText |
Defines | |
| #define | VTK_TEXT_ALIGNMENT_CENTERED (3) |
| #define | VTK_TEXT_ALIGNMENT_FLUSH_LEFT (0) |
| #define | VTK_TEXT_ALIGNMENT_FLUSH_RIGHT (1) |
| #define | VTK_TEXT_ALIGNMENT_JUSTIFIED (2) |
| #define | VTK_TEXT_ALIGNMENT_MONOSPACE (4) |
| #define | VTK_TEXT_BOTTOM_LEFT (0) |
| #define | VTK_TEXT_BOTTOM_RIGHT (1) |
| #define | VTK_TEXT_NLCHAR 'n' |
| #define | VTK_TEXT_SPACECHAR 'i' |
| #define | VTK_TEXT_TOP_LEFT (3) |
| #define | VTK_TEXT_TOP_RIGHT (2) |
| #define VTK_TEXT_ALIGNMENT_CENTERED (3) |
Referenced by vtkTextureText::getLinePos().
| #define VTK_TEXT_ALIGNMENT_FLUSH_LEFT (0) |
Referenced by vtkTextureText::getLinePos().
| #define VTK_TEXT_ALIGNMENT_FLUSH_RIGHT (1) |
Referenced by vtkTextureText::getLinePos().
| #define VTK_TEXT_ALIGNMENT_JUSTIFIED (2) |
Referenced by vtkTextureText::getLineLength(), vtkTextureText::getLinePos(), and vtkTextureText::Modified().
| #define VTK_TEXT_ALIGNMENT_MONOSPACE (4) |
Referenced by vtkTextureText::getLinePos(), and vtkTextureText::Modified().
| #define VTK_TEXT_BOTTOM_LEFT (0) |
Referenced by vtkTextureText::setCharCoords().
| #define VTK_TEXT_BOTTOM_RIGHT (1) |
Referenced by vtkTextureText::setCharCoords().
| #define VTK_TEXT_NLCHAR 'n' |
Referenced by vtkTextureText::Modified().
| #define VTK_TEXT_SPACECHAR 'i' |
Referenced by vtkTextureText::getLineLength(), vtkTextureText::getLineWordCount(), and vtkTextureText::Modified().
| #define VTK_TEXT_TOP_LEFT (3) |
Referenced by vtkTextureText::setCharCoords().
| #define VTK_TEXT_TOP_RIGHT (2) |
Referenced by vtkTextureText::setCharCoords().
1.6.1