Font Class Reference
[ECMAScript/QtScript - Native Objects]

Qt Font type. More...

Inheritance diagram for Font:

Object List of all members.

Properties

Boolean bold
String family
Boolean italic
Number pixelSize
Number pointSize
Boolean strikeout
Boolean underline

Constructor

 Font (Font font)
 Font (String familyName)
 Font ()

Detailed Description

Qt Font type.

This is the DAZ Script counterpart of the QFont type used in the DAZ Studio SDK.


Constructor & Destructor Documentation

Font::Font (  ) 

Default Constructor.

Font::Font ( String  familyName  ) 

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Constructs a new font of the given family.

Parameters:
familyName The name of the font family that the new font will be of

Font::Font ( Font  font  ) 

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Copy Constructor

Parameters:
font The font to copy


Member Data Documentation

Boolean Font::bold

Holds whether or not the Font is bolded.

String Font::family

Holds the family name of the Font.

Boolean Font::italic

Holds whether or not the Font is italicized.

Number Font::pixelSize

The pixel size of the font (the device dependent size of the font)

Number Font::pointSize

The point size of the font (the device independent size of the font)

Boolean Font::strikeout

Holds whether or not the Font is striked.

Boolean Font::underline

Holds whether or not the Font is underlined.


Generated on Thu Sep 24 12:21:16 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.