Class TBGRAGlyph
Unit
BGRATypewriter
Declaration
type TBGRAGlyph = class(TObject)
Description
Abstract class for a glyph
Hierarchy
Overview
Fields
Methods
Properties
Description
Fields
 |
FIdentifier: string; |
This item has no description. |
 |
Height: single; |
This item has no description. |
 |
Width: single; |
This item has no description. |
Methods
 |
constructor Create(AStream: TStream); virtual; |
This item has no description. |
 |
constructor Create(AIdentifier: string); virtual; |
This item has no description. |
 |
class function LoadFromStream(AStream: TStream): TBGRAGlyph; static; |
This item has no description. |
 |
function ContentSize: integer; virtual; |
This item has no description. |
 |
function HeaderName: string; virtual; |
This item has no description. |
 |
procedure Path(ADest: IBGRAPath; AMatrix: TAffineMatrix; AReverse: boolean= false); virtual; |
This item has no description. |
 |
procedure SaveToStream(AStream: TStream); |
This item has no description. |
 |
procedure ReadContent(AStream: TStream); virtual; |
This item has no description. |
 |
class procedure ReadHeader(AStream: TStream; out AName: string; out AContentSize: longint); static; |
This item has no description. |
 |
procedure WriteContent(AStream: TStream); virtual; |
This item has no description. |
 |
procedure WriteHeader(AStream: TStream; AName: string; AContentSize: longint); |
This item has no description. |
Properties
 |
property Identifier: string read FIdentifier; |
This item has no description. |