CAST II Game Engine

   MAIN       FEATURES       SCREENSHOTS       FORUMS       MANUAL       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Unit Markup

Description

Text markup unit

(C) 2006 George "Mirage" Bakhtadze. www.casteng.com
The source code may be used under either MPL 1.1 or LGPL 2.1 license. See included license.txt file
Unit contains text markup base class and simple markup language implementation class

Classes, Interfaces and Objects

NameDescription
Class TAlignTag 
Class TAlphaColorTag 
Class TColorResetTag 
Class TColorTag 
Class TFontStyleTag 
Class TIndentTag 
Class TLinkTag 
Class TMarkup 
Class TMoveToTag 
Class TReturnTag 
Class TSimpleMarkup 
Class TTag 

Types

Overview

TName = string[128];
TTags = array of TTag;

Description

TName = string[128];

 

TTags = array of TTag;

 

Constants

Overview

amCenter = 1;
amJustify = 3;
amLeft = 0;
amRight = 2;

Description

amCenter = 1;

 

amJustify = 3;

 

amLeft = 0;

Align modes

amRight = 2;

 

Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com