API Documentation > Interfaces > Interface Font
Interface Font

package com.ptc.pfc.pfcDisplay;

public interface
Font
extends
jxobject


Description
The class that represents Creo Parametric font properties
Method Summary
int
Get method for attribute "Id"
The Creo Parametric TOOLKIT font Id
String
Get method for attribute "Name"
The Creo Parametric font name
void
SetId (int value)
Set method for attribute "Id"
The Creo Parametric TOOLKIT font Id
void
SetName (String value)
Set method for attribute "Name"
The Creo Parametric font name
Method Detail
GetId
int
GetId
()
SetId
void
SetId
(int value)
The Creo Parametric TOOLKIT font Id
GetName
String
GetName
()
SetName
void
SetName
(String value)
The Creo Parametric font name
Was this helpful?