Class TWindowsBitmapFont
Unit
CastleGLWindowsFonts
Declaration
type TWindowsBitmapFont = class(TGLBitmapFont)
Description
Bitmap OpenGL font from an installed Windows font.
Hierarchy
Overview
Methods
 |
constructor Create(const AFaceName: string; AHeight: Integer; AWeight: DWord; AItalic: boolean; ACharSet: TWinCharSet); |
 |
destructor Destroy; override; |
Description
Methods
 |
constructor Create(const AFaceName: string; AHeight: Integer; AWeight: DWord; AItalic: boolean; ACharSet: TWinCharSet); |
Create bitmap font from an installed Windows font. For a description of AFaceName, AHeight, AWeight, AItalic, ACharSet: see documentation for Windows.CreateFont function.
|
 |
destructor Destroy; override; |
|
Generated by PasDoc 0.13.0 on 2013-08-17 21:27:12
|