Do not derive your own classes from this class.
Constructors & DestructorUse the constructors and destructor in this group to construct and destroy objects of class ITextFixedPitchStyle.
![]() |
public:
virtual ~ITextFixedPitchStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
ITextFixedPitchStyle(const ITextFixedPitchStyle& other)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextFixedPitchStyle()
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
public:
ITextFixedPitchStyle(bool isSet)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Assignment OperatorUse the operator in this group to assign the given ITextFixedPitchStyle object to the target one.
![]() |
public:
ITextFixedPitchStyle& operator =( const ITextFixedPitchStyle& other )
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Comparing Two ITextFixedPitchStyle Objects for Equality and InequalityUse the functions in this group to test the given ITextFixedPitchStyle object against the current one for equality or inequality.
![]() |
public:
bool operator !=(const ITextFixedPitchStyle& other) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
bool operator ==(const ITextFixedPitchStyle& other) const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
Getting and Setting the FixedPitch FlagUse 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.
![]() |
public:
bool isFixedPitch() const
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
![]() |
public:
void setFixedPitch(bool value)
| Windows | OS/2 | AIX |
| Yes | Yes | Yes |
virtual ~ICharacterStyle()
virtual ITextStyle::EStylePropagation propagates() const
virtual ~ITextStyle()
virtual EStylePropagation propagates() const = 0
virtual void addToSet(ITextStyleSet& set) const = 0
virtual void getValueFromSet(const ITextStyleSet& set) = 0
virtual bool isContainedInSet( const ITextStyleSet& set ) const = 0
virtual bool isValueContainedInSet( const ITextStyleSet& set ) const = 0
ITextStyle(const ITextStyle&)
ITextStyle()
ITextStyle& operator =(const ITextStyle&)
virtual void removeFromSet(ITextStyleSet& set) const = 0
virtual void addToSet(ITextStyleSet& set) const
virtual void getValueFromSet(const ITextStyleSet& set)
virtual bool isContainedInSet( const ITextStyleSet& set ) const
virtual bool isValueContainedInSet( const ITextStyleSet& set ) const
virtual void removeFromSet(ITextStyleSet& set) const
ICharacterStyle()
ICharacterStyle(const ICharacterStyle&)
ICharacterStyle& operator =(const ICharacterStyle&)