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