Class TRenderedGlyph
Unit
Declaration
type TRenderedGlyph = class(TObject)
Description
Glyph rendered as a texture
Hierarchy
- TObject
- TRenderedGlyph
Overview
Methods
constructor Create(AIdentifier: UTF8String; ATexture: IBGLTexture; AHorizontalOverflowPx, AVerticalOverflowPx: integer); |
|
procedure Draw(x,y,Scale: single; AGradTopLeft, AGradTopRight, AGradBottomRight, AGradBottomLeft: TBGRAPixel); overload; |
|
procedure Draw(x,y,Scale: single; AColor: TBGRAPixel); overload; |
Properties
property AdvancePx: integer read FAdvancePx; |
|
property Identifier: UTF8String read FIdentifier; |
Description
Methods
constructor Create(AIdentifier: UTF8String; ATexture: IBGLTexture; AHorizontalOverflowPx, AVerticalOverflowPx: integer); |
|
This item has no description. |
procedure Draw(x,y,Scale: single; AGradTopLeft, AGradTopRight, AGradBottomRight, AGradBottomLeft: TBGRAPixel); overload; |
|
This item has no description. |
procedure Draw(x,y,Scale: single; AColor: TBGRAPixel); overload; |
|
This item has no description. |
Properties
property AdvancePx: integer read FAdvancePx; |
|
This item has no description. |
property Identifier: UTF8String read FIdentifier; |
|
This item has no description. |