Class TFBU_FontMap

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TFBU_FontMap = class(TObject)

Description

Particle Font Map. It is generated by a pixmap of 256 characters (bitmap font)

Hierarchy

Overview

Methods

Public constructor Create(AData: Pointer; AWidth, AHeight, AShift, ADataType: Cardinal; ATolerance: Single);

Properties

Public property Resolution: Integer read FResolution;
Public property MaxCharacterWidth : Single read FMaxCharacterWidth;
Public property MaxCharacterHeight: Single read FMaxCharacterHeight;

Description

Methods

Public constructor Create(AData: Pointer; AWidth, AHeight, AShift, ADataType: Cardinal; ATolerance: Single);

Class constructor. values.

Parameters
AData
Pointer to a sequence of AWidth*AHeight <ADataType> values which represent luminance
AWidth
Width of the font map picture.
AHeight
Height of the font map picture.
AShift
Space in bytes between two relevant values.
ADataType
Type of data.
ATolerance
Minimum luminance value until the pixel will be recorded in the map (0 to 1).
See also
FB_BYTE
FB_SINGLE
FB_DOUBLE

Properties

Public property Resolution: Integer read FResolution;

Resolution of one letter

Public property MaxCharacterWidth : Single read FMaxCharacterWidth;

Largest character width in the map

Public property MaxCharacterHeight: Single read FMaxCharacterHeight;

Largest character height in the map


Generated by PasDoc 0.11.0 on 2009-06-29 23:12:34