ITextFixedPitchStyle

Ths class provides a style that determines whether the text it is applied to is fixed pitch. TRUE means fixed pitch.

Do not derive your own classes from this class.


ITextFixedPitchStyle - Member Functions and Data by Group

Constructors & Destructor

Use the constructors and destructor in this group to construct and destroy objects of class ITextFixedPitchStyle.


[view class]
~ITextFixedPitchStyle
public:
virtual ~ITextFixedPitchStyle()
Destroys the ITextFixedPitchStyle object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
ITextFixedPitchStyle
Constructs an object of class ITextFixedPitchStyle.


Overload 1
public:
ITextFixedPitchStyle(const ITextFixedPitchStyle& other)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
public:
ITextFixedPitchStyle()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 3
public:
ITextFixedPitchStyle(bool isSet)

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Assignment Operator

Use the operator in this group to assign the given ITextFixedPitchStyle object to the target one.


[view class]
operator =
public:
ITextFixedPitchStyle& operator =( const ITextFixedPitchStyle& other )
Assignment operator.

other
The replacement ITextFixedPitchStyle object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Comparing Two ITextFixedPitchStyle Objects for Equality and Inequality

Use the functions in this group to test the given ITextFixedPitchStyle object against the current one for equality or inequality.


[view class]
operator !=
public:
bool operator !=(const ITextFixedPitchStyle& other) const
Compares the given ITextFixedPitchStyle object against the current one for inequality.

other
The ITextFixedPitchStyle object to be compared.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
operator ==
public:
bool operator ==(const ITextFixedPitchStyle& other) const
Compares the given ITextFixedPitchStyle object against the current one for equality.

other
The ITextFixedPitchStyle object to be compared.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Getting and Setting the FixedPitch Flag

Use the functions in this group to get and set the value of the flag that determines whether or not this is a fixed pitch font.


[view class]
isFixedPitch
public:
bool isFixedPitch() const
Determines whether this is a fixed pitch font.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
setFixedPitch
public:
void setFixedPitch(bool value)
Sets the flag that determines whether this is a fixed pitch font.

value
The flag setting. TRUE specifies fixed pitch.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


ITextFixedPitchStyle - Inherited Member Functions and Data

Inherited Public Functions

ICharacterStyle
ITextStyle

Inherited Public Data

Inherited Protected Functions

ITextStyle
ITextFixedPitchStyle
ICharacterStyle

Inherited Protected Data