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

vcf/ApplicationKit/TextPeer.h File Reference


Namespaces

namespace  Text
namespace  VCF

Classes

class  VCF::TextPeer
 This is the basic text peer interface for storing and displaying text on the screen. More...
class  VCF::TextEditPeer
 A interface for supporting text controls This results in a native text control widget being created, with all painting responsibilities being controlled by the native widget. More...

Enumerations

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

Variables

const VCF::String Text::fsFontName = "fsFontName"
 This key is associated with a string representing the font's name.
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::fsColor = "fsColor"
 This key is associated with a Color object that represents the font's requested color.
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::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::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.
const VCF::String Text::psAlignment = "psAlignment"
 This key is associated with an int that represents the paragraph's alignment.
   Comments or Suggestions?    License Information