Interface IBGLRenderedFont
Unit
Declaration
type IBGLRenderedFont = interface(IBGLFont)
Description
Interface for font rendering with OpenGL
Hierarchy
- IInterface
- IBGLFont
- IBGLRenderedFont
Overview
Methods
![]() |
function GetBackgroundColor: TBGRAPixel; |
![]() |
function GetColor: TBGRAPixel; |
![]() |
function GetFontEmHeight: integer; |
![]() |
function GetFontFullHeight: integer; |
![]() |
function GetHorizontalOverflow: single; |
![]() |
function GetName: string; |
![]() |
function GetQuality: TBGRAFontQuality; |
![]() |
function GetStyle: TFontStyles; |
![]() |
function GetVerticalOverflow: single; |
![]() |
procedure SetBackgroundColor(AValue: TBGRAPixel); |
![]() |
procedure SetColor(AValue: TBGRAPixel); |
![]() |
procedure SetFontEmHeight(AValue: integer); |
![]() |
procedure SetFontFullHeight(AValue: integer); |
![]() |
procedure SetHorizontalOverflow(AValue: single); |
![]() |
procedure SetName(AValue: string); |
![]() |
procedure SetQuality(AValue: TBGRAFontQuality); |
![]() |
procedure SetStyle(AValue: TFontStyles); |
![]() |
procedure SetVerticalOverflow(AValue: single); |
Properties
![]() |
property BackgroundColor: TBGRAPixel read GetBackgroundColor write SetBackgroundColor; |
![]() |
property Color: TBGRAPixel read GetColor write SetColor; |
![]() |
property EmHeight: integer read GetFontEmHeight write SetFontEmHeight; |
![]() |
property FullHeight: integer read GetFontFullHeight write SetFontFullHeight; |
![]() |
property HorizontalOverflow: single read GetHorizontalOverflow write SetHorizontalOverflow; |
![]() |
property Name: string read GetName write SetName; |
![]() |
property Quality: TBGRAFontQuality read GetQuality write SetQuality; |
![]() |
property Style: TFontStyles read GetStyle write SetStyle; |
![]() |
property VerticalOverflow: single read GetVerticalOverflow write SetVerticalOverflow; |
Description
Methods
![]() |
function GetBackgroundColor: TBGRAPixel; |
This item has no description. |
![]() |
function GetColor: TBGRAPixel; |
This item has no description. |
![]() |
function GetFontEmHeight: integer; |
This item has no description. |
![]() |
function GetFontFullHeight: integer; |
This item has no description. |
![]() |
function GetHorizontalOverflow: single; |
This item has no description. |
![]() |
function GetName: string; |
This item has no description. |
![]() |
function GetQuality: TBGRAFontQuality; |
This item has no description. |
![]() |
function GetStyle: TFontStyles; |
This item has no description. |
![]() |
function GetVerticalOverflow: single; |
This item has no description. |
![]() |
procedure SetBackgroundColor(AValue: TBGRAPixel); |
This item has no description. |
![]() |
procedure SetColor(AValue: TBGRAPixel); |
This item has no description. |
![]() |
procedure SetFontEmHeight(AValue: integer); |
This item has no description. |
![]() |
procedure SetFontFullHeight(AValue: integer); |
This item has no description. |
![]() |
procedure SetHorizontalOverflow(AValue: single); |
This item has no description. |
![]() |
procedure SetName(AValue: string); |
This item has no description. |
![]() |
procedure SetQuality(AValue: TBGRAFontQuality); |
This item has no description. |
![]() |
procedure SetStyle(AValue: TFontStyles); |
This item has no description. |
![]() |
procedure SetVerticalOverflow(AValue: single); |
This item has no description. |
Properties
![]() |
property BackgroundColor: TBGRAPixel read GetBackgroundColor write SetBackgroundColor; |
This item has no description. |
![]() |
property Color: TBGRAPixel read GetColor write SetColor; |
This item has no description. |
![]() |
property EmHeight: integer read GetFontEmHeight write SetFontEmHeight; |
This item has no description. |
![]() |
property FullHeight: integer read GetFontFullHeight write SetFontFullHeight; |
This item has no description. |
![]() |
property HorizontalOverflow: single read GetHorizontalOverflow write SetHorizontalOverflow; |
This item has no description. |
![]() |
property Name: string read GetName write SetName; |
This item has no description. |
![]() |
property Quality: TBGRAFontQuality read GetQuality write SetQuality; |
This item has no description. |
![]() |
property Style: TFontStyles read GetStyle write SetStyle; |
This item has no description. |
![]() |
property VerticalOverflow: single read GetVerticalOverflow write SetVerticalOverflow; |
This item has no description. |