Unit CastleControls
Description
Controls drawn inside OpenGL context.
Uses
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Variables
Description
Functions and Procedures
function GetUIFont: TGLBitmapFontAbstract; |
The bitmap fonts used throughout UI interface.
They work fast. Actually, only the first "create" call does actual work. The font is kept until the GL context is destroyed. (We used to have reference-counting for this, but actually just keeping the resource for the rest of GL context life is 1. easier and 2. better, because we want to keep the resource even if you destroy and then recreate all your controls.)
|
Types
TCastleButtonImageLayout = (...); |
Values
-
ilTop:
-
ilBottom:
-
ilLeft:
-
ilRight:
|
Variables
Generated by PasDoc 0.13.0 on 2013-08-17 21:27:12
|