#include <BitmapFont.h>
|
| BitmapFont () |
|
const Character & | GetChar (char c) const |
|
const std::vector< unsigned char > & | GetRawImageData () const |
|
viskores::Float32 | GetTextWidth (const std::string &text) const |
|
void | GetCharPolygon (char character, viskores::Float32 &x, viskores::Float32 &y, viskores::Float32 &vl, viskores::Float32 &vr, viskores::Float32 &vt, viskores::Float32 &vb, viskores::Float32 &tl, viskores::Float32 &tr, viskores::Float32 &tt, viskores::Float32 &tb, char nextchar=0) const |
|
◆ BitmapFont()
viskores::rendering::BitmapFont::BitmapFont |
( |
| ) |
|
◆ GetChar()
const Character& viskores::rendering::BitmapFont::GetChar |
( |
char |
c | ) |
const |
◆ GetCharPolygon()
void viskores::rendering::BitmapFont::GetCharPolygon |
( |
char |
character, |
|
|
viskores::Float32 & |
x, |
|
|
viskores::Float32 & |
y, |
|
|
viskores::Float32 & |
vl, |
|
|
viskores::Float32 & |
vr, |
|
|
viskores::Float32 & |
vt, |
|
|
viskores::Float32 & |
vb, |
|
|
viskores::Float32 & |
tl, |
|
|
viskores::Float32 & |
tr, |
|
|
viskores::Float32 & |
tt, |
|
|
viskores::Float32 & |
tb, |
|
|
char |
nextchar = 0 |
|
) |
| const |
◆ GetRawImageData()
const std::vector<unsigned char>& viskores::rendering::BitmapFont::GetRawImageData |
( |
| ) |
const |
|
inline |
◆ GetTextWidth()
viskores::Float32 viskores::rendering::BitmapFont::GetTextWidth |
( |
const std::string & |
text | ) |
const |
◆ Ascender
int viskores::rendering::BitmapFont::Ascender |
◆ Chars
std::vector<Character> viskores::rendering::BitmapFont::Chars |
◆ Descender
int viskores::rendering::BitmapFont::Descender |
◆ Height
int viskores::rendering::BitmapFont::Height |
◆ ImageFile
std::string viskores::rendering::BitmapFont::ImageFile |
◆ ImgH
int viskores::rendering::BitmapFont::ImgH |
◆ ImgW
int viskores::rendering::BitmapFont::ImgW |
◆ Name
std::string viskores::rendering::BitmapFont::Name |
◆ PadB
int viskores::rendering::BitmapFont::PadB |
◆ PadL
int viskores::rendering::BitmapFont::PadL |
◆ PadR
int viskores::rendering::BitmapFont::PadR |
◆ PadT
int viskores::rendering::BitmapFont::PadT |
◆ RawImageFileData
std::vector<unsigned char> viskores::rendering::BitmapFont::RawImageFileData |
◆ ShortMap
int viskores::rendering::BitmapFont::ShortMap[256] |
The documentation for this class was generated from the following file: