Class TFBU_FontEmitter

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TFBU_FontEmitter = class(TFBU_CustomEmitter)

Description

Font Emitter, displays fonts with particles

Hierarchy

Overview

Methods

Public procedure Refill; override;
Public procedure Reset; override;

Properties

Public property Size: Single read FSize write FSize;
Public property Text: String read FCurrentText write SetText;
Public property Font: TFBU_FontMap read FFontMap write FFontMap;
Public property CharacterGap: Single read FXSpace write FXSpace;
Public property LineGap: Single read FYSpace write FYSpace;
Public property MonoSpace: Boolean read FMonoSpace write FMonoSpace;
Public property Width: Single read FLastWidth;
Public property Height: Single read FLastHeight;

Description

Methods

Public procedure Refill; override;
 
See also
TFBU_CustomEmitter.Refill
Public procedure Reset; override;
 
See also
TFBU_CustomEmitter.Reset

Properties

Public property Size: Single read FSize write FSize;

Size of one or the largest letter in OpenGl units.

Public property Text: String read FCurrentText write SetText;

The text that will be displayed with particles.

Public property Font: TFBU_FontMap read FFontMap write FFontMap;

The font map wich is used to display the text.

Public property CharacterGap: Single read FXSpace write FXSpace;

Gap between Characters

Public property LineGap: Single read FYSpace write FYSpace;

Gap between Lines

Public property MonoSpace: Boolean read FMonoSpace write FMonoSpace;

When True, all characters will have the same width

Public property Width: Single read FLastWidth;

Width of the displayed text

Public property Height: Single read FLastHeight;

Height of the displayed text


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