FOM Reference > Formatting > Datatypes > fTypeface interface
  
fTypeface interface
This object represents a physical font available to APP.
This object inherits from fFont.
copyright attribute
Copyright information for this font object.
copyright
Access
read-only
Returns
String
embedded attribute
Indicates whether this font is embedded within the current document.
embedded
Access
read-only
Returns
boolean
family attribute
The name of the font family this typeface belongs to, if known.
family
Access
read-only
Returns
String
licensed attribute
Indicates that this font is licensed for embedding.
licensed
Access
read-only
Returns
boolean
longName attribute
The full name of the typeface represented by this object.
longName
Access
read-only
Returns
String
readOnly attribute
Indicates that this font is read-only.
readOnly
Access
read-only
Returns
boolean
shortName attribute
A short, unique internal name of this typeface.
shortName
Access
read-only
Returns
String
type attribute
The type of font file underlying this typeface.
type
Access
read-only
Returns
int
readResolve method
Return the object corresponding to the given serialized representation.
readResolveobj
Parameters
Objectobj
The serialized representation.
Returns
fTypeface. The object corresponding to the serialized representation.
writeReplace method
Create a serializable representation of this object.
writeReplace
Parameters
None
Returns
Object. A serializable representation of this object.