Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

Text Namespace Reference


Enumerations

enum  UnderlineTypes { utNone = -1, utSingle = 0, utDouble, utDotted }
enum  ParagraphAlignment { paLeft = 1, paCenter, paRight, paJustified }

Variables

const VCF::String fsFontName = "fsFontName"
 This key is associated with a string representing the font's name.
const VCF::String fsPointSize = "fsPointSize"
 This key is associated with a double that represents the font's requested point size.
const VCF::String fsColor = "fsColor"
 This key is associated with a Color object that represents the font's requested color.
const VCF::String fsBold = "fsBold"
 This key is associated with a bool that represents whether or not the font's bold is toggled on or off.
const VCF::String fsItalic = "fsItalic"
 This key is associated with a bool that represents whether or not the font's italic is toggled on or off.
const VCF::String fsStrikeout = "fsStrikeout"
 This key is associated with a bool that represents whether or not the font's strike out is toggled on or off.
const VCF::String fsUnderlined = "fsUnderlined"
 This key is associated with an int that represents the font's underline state.
const VCF::String psAlignment = "psAlignment"
 This key is associated with an int that represents the paragraph's alignment.


Enumeration Type Documentation

enum Text::ParagraphAlignment
 

Enumerator:
paLeft 
paCenter 
paRight 
paJustified 

enum Text::UnderlineTypes
 

Enumerator:
utNone 
utSingle 
utDouble 
utDotted 


Variable Documentation

const VCF::String Text::fsBold = "fsBold"
 

This key is associated with a bool that represents whether or not the font's bold is toggled on or off.

const VCF::String Text::fsColor = "fsColor"
 

This key is associated with a Color object that represents the font's requested color.

The value is expected to be a Color object. This object should be allocated on the heap when assigned to the styles dictionary, and will be deleted when the styles dictionary is destroyed.

const VCF::String Text::fsFontName = "fsFontName"
 

This key is associated with a string representing the font's name.

const VCF::String Text::fsItalic = "fsItalic"
 

This key is associated with a bool that represents whether or not the font's italic is toggled on or off.

const VCF::String Text::fsPointSize = "fsPointSize"
 

This key is associated with a double that represents the font's requested point size.

const VCF::String Text::fsStrikeout = "fsStrikeout"
 

This key is associated with a bool that represents whether or not the font's strike out is toggled on or off.

const VCF::String Text::fsUnderlined = "fsUnderlined"
 

This key is associated with an int that represents the font's underline state.

It can be one of any of the values in the UnderlineTypes enum.

const VCF::String Text::psAlignment = "psAlignment"
 

This key is associated with an int that represents the paragraph's alignment.

It can be one of any of the values in the ParagraphAlignment enum.

   Comments or Suggestions?    License Information