Public Methods | |
oaFont () | |
oaFont (oaFontEnum valueIn) | |
oaFont (const oaString &name) | |
~oaFont () | |
void | calcBBox (const oaPoint &origin, const oaString &text, oaDist height, oaTextAlign textAlign, oaOrient orient, oaBoolean hasOverbar, oaBox &bBox) |
void | calcBBox (const oaPoint &origin, const oaChar *text, oaDist height, oaTextAlign textAlign, oaOrient orient, oaBoolean hasOverbar, oaBox &bBox) |
const oaString & | getName () const |
operator oaFontEnum () const |
|
|
|
This function constructs an oaFont class with the font value initialized to oacStickFont. |
|
This function constructs an instance of an oaFont class using the specified enum value. The enum values are defined in oaFontEnum. |
|
This function constructs an instance of an oaFont class using the oaFontEnum associated with the specified string name. This name must be defined in the legal set of names associated with oaFontEnum.
|
|
This function destroys this oaFont class. |
|
This function calculates the bounding box for the specified arguments in the current font.
|
|
This function calculates the bounding box for the specified arguments in the current font.
|
|
This function returns the name string associated with the encapsulated oaFontEnum object. |
|
This operator casts this oaFontobject into the corresponding oaFontEnum value. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.