Interface IBGLRenderedFont

Unit

Declaration

type IBGLRenderedFont = interface(IBGLFont)

Description

Interface for font rendering with OpenGL

Hierarchy

Overview

Methods

Public function GetBackgroundColor: TBGRAPixel;
Public function GetColor: TBGRAPixel;
Public function GetFontEmHeight: integer;
Public function GetFontFullHeight: integer;
Public function GetHorizontalOverflow: single;
Public function GetName: string;
Public function GetQuality: TBGRAFontQuality;
Public function GetStyle: TFontStyles;
Public function GetVerticalOverflow: single;
Public procedure SetBackgroundColor(AValue: TBGRAPixel);
Public procedure SetColor(AValue: TBGRAPixel);
Public procedure SetFontEmHeight(AValue: integer);
Public procedure SetFontFullHeight(AValue: integer);
Public procedure SetHorizontalOverflow(AValue: single);
Public procedure SetName(AValue: string);
Public procedure SetQuality(AValue: TBGRAFontQuality);
Public procedure SetStyle(AValue: TFontStyles);
Public procedure SetVerticalOverflow(AValue: single);

Properties

Public property BackgroundColor: TBGRAPixel read GetBackgroundColor write SetBackgroundColor;
Public property Color: TBGRAPixel read GetColor write SetColor;
Public property EmHeight: integer read GetFontEmHeight write SetFontEmHeight;
Public property FullHeight: integer read GetFontFullHeight write SetFontFullHeight;
Public property HorizontalOverflow: single read GetHorizontalOverflow write SetHorizontalOverflow;
Public property Name: string read GetName write SetName;
Public property Quality: TBGRAFontQuality read GetQuality write SetQuality;
Public property Style: TFontStyles read GetStyle write SetStyle;
Public property VerticalOverflow: single read GetVerticalOverflow write SetVerticalOverflow;

Description

Methods

Public function GetBackgroundColor: TBGRAPixel;

This item has no description.

Public function GetColor: TBGRAPixel;

This item has no description.

Public function GetFontEmHeight: integer;

This item has no description.

Public function GetFontFullHeight: integer;

This item has no description.

Public function GetHorizontalOverflow: single;

This item has no description.

Public function GetName: string;

This item has no description.

Public function GetQuality: TBGRAFontQuality;

This item has no description.

Public function GetStyle: TFontStyles;

This item has no description.

Public function GetVerticalOverflow: single;

This item has no description.

Public procedure SetBackgroundColor(AValue: TBGRAPixel);

This item has no description.

Public procedure SetColor(AValue: TBGRAPixel);

This item has no description.

Public procedure SetFontEmHeight(AValue: integer);

This item has no description.

Public procedure SetFontFullHeight(AValue: integer);

This item has no description.

Public procedure SetHorizontalOverflow(AValue: single);

This item has no description.

Public procedure SetName(AValue: string);

This item has no description.

Public procedure SetQuality(AValue: TBGRAFontQuality);

This item has no description.

Public procedure SetStyle(AValue: TFontStyles);

This item has no description.

Public procedure SetVerticalOverflow(AValue: single);

This item has no description.

Properties

Public property BackgroundColor: TBGRAPixel read GetBackgroundColor write SetBackgroundColor;

This item has no description.

Public property Color: TBGRAPixel read GetColor write SetColor;

This item has no description.

Public property EmHeight: integer read GetFontEmHeight write SetFontEmHeight;

This item has no description.

Public property FullHeight: integer read GetFontFullHeight write SetFontFullHeight;

This item has no description.

Public property HorizontalOverflow: single read GetHorizontalOverflow write SetHorizontalOverflow;

This item has no description.

Public property Name: string read GetName write SetName;

This item has no description.

Public property Quality: TBGRAFontQuality read GetQuality write SetQuality;

This item has no description.

Public property Style: TFontStyles read GetStyle write SetStyle;

This item has no description.

Public property VerticalOverflow: single read GetVerticalOverflow write SetVerticalOverflow;

This item has no description.