#include <texture_font.h>
Public Member Functions | |
uint32 | getVal () |
Data Fields | |
ucchar | Char |
CFontGenerator * | FontGenerator |
sint | Size |
|
Definition at line 57 of file texture_font.cpp. References NL3D::CFontGenerator::getUID(), and uint32. Referenced by NL3D::CTextureFont::getLetterInfo().
00058 { 00059 00060 if (FontGenerator == NULL) 00061 return Char + ((Size&255)<<16); 00062 else 00063 return Char + ((Size&255)<<16) + ((((uint32)FontGenerator->getUID()))<<24); 00064 } |
|
Definition at line 75 of file texture_font.h. Referenced by NL3D::CFontManager::computeString(), NL3D::CFontManager::computeStringInfo(), and NL3D::CTextureFont::getLetterInfo(). |
|
Definition at line 76 of file texture_font.h. Referenced by NL3D::CFontManager::computeString(), NL3D::CFontManager::computeStringInfo(), and NL3D::CTextureFont::getLetterInfo(). |
|
Definition at line 77 of file texture_font.h. Referenced by NL3D::CFontManager::computeString(), NL3D::CFontManager::computeStringInfo(), and NL3D::CTextureFont::getLetterInfo(). |