Class TX3DFontTexturesCache

Unit

Declaration

type TX3DFontTexturesCache = class(TX3DNodesCache)

Description

Cache for resources not specific to renderer (OpenGL). Includes all TTexturesVideosCache resources (texture, movie data) and adds cache for 3D models.

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public function LoadFontTexture(const Font: TTextureFontData; const Blending: boolean): TPixelTextureNode;
Public procedure FreeFontTexture(var FontTexture: TPixelTextureNode);
Public function Empty: boolean; override;

Description

Methods

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function LoadFontTexture(const Font: TTextureFontData; const Blending: boolean): TPixelTextureNode;

Return TPixelTextureNode to draw given font configuration.

Public procedure FreeFontTexture(var FontTexture: TPixelTextureNode);
 
Public function Empty: boolean; override;
 

Generated by PasDoc 0.16.0.