Class TRenderedGlyph

Unit

Declaration

type TRenderedGlyph = class(TObject)

Description

Glyph rendered as a texture

Hierarchy

Overview

Methods

Public constructor Create(AIdentifier: UTF8String; ATexture: IBGLTexture; AHorizontalOverflowPx, AVerticalOverflowPx: integer);
Public procedure Draw(x,y,Scale: single; AGradTopLeft, AGradTopRight, AGradBottomRight, AGradBottomLeft: TBGRAPixel); overload;
Public procedure Draw(x,y,Scale: single; AColor: TBGRAPixel); overload;

Properties

Public property AdvancePx: integer read FAdvancePx;
Public property Identifier: UTF8String read FIdentifier;

Description

Methods

Public constructor Create(AIdentifier: UTF8String; ATexture: IBGLTexture; AHorizontalOverflowPx, AVerticalOverflowPx: integer);

This item has no description.

Public procedure Draw(x,y,Scale: single; AGradTopLeft, AGradTopRight, AGradBottomRight, AGradBottomLeft: TBGRAPixel); overload;

This item has no description.

Public procedure Draw(x,y,Scale: single; AColor: TBGRAPixel); overload;

This item has no description.

Properties

Public property AdvancePx: integer read FAdvancePx;

This item has no description.

Public property Identifier: UTF8String read FIdentifier;

This item has no description.