Class pfcFont

# include <pfcDisplay.h>

class
pfcFont
: public virtual
xobject
{
xdeclare(pfcFont)
...
};
This is a
COMPACT class.

Description
The class that represents Creo Parametric font properties
Method Summary
void
SetId (xint value)
The Creo Parametric TOOLKIT font Id
void
The Creo Parametric font name
Method Detail
GetId
()
void
SetId
(xint value)
The Creo Parametric TOOLKIT font Id
GetName
()
void
SetName
(xrstring value)
The Creo Parametric font name
Was this helpful?