Class TX3DFontTexturesCache
Unit
Declaration
type TX3DFontTexturesCache = class(TX3DNodesCache)
Description
Cache for font texture nodes (TPixelTextureNode that we need for each font). Descends from TX3DNodesCache, so can also cache textures, movies, any X3D nodes.
Hierarchy
- TObject
- TVideosCache
- TTexturesVideosCache
- TX3DNodesCache
- TX3DFontTexturesCache
Overview
Methods
|  | constructor Create; | 
|  | destructor Destroy; override; | 
|  | function LoadFontTexture(const Font: TCastleFont; const Blending: boolean): TPixelTextureNode; | 
|  | procedure FreeFontTexture(var FontTexture: TPixelTextureNode); | 
|  | function Empty: boolean; override; | 
Description
Methods
|  | constructor Create; | 
| This item has no description. | |
|  | destructor Destroy; override; | 
| This item has no description. | |
|  | function LoadFontTexture(const Font: TCastleFont; const Blending: boolean): TPixelTextureNode; | 
| Return TPixelTextureNode to draw given font configuration. | |
|  | procedure FreeFontTexture(var FontTexture: TPixelTextureNode); | 
| This item has no description. | |
|  | function Empty: boolean; override; | 
| This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.