public static class IRhino3dm.Font extends IRhino3dm.RhinoObject
Modifier and Type | Field and Description |
---|---|
char[] |
facename |
IRhino3dm.UUID |
fontId |
int |
fontIndex |
boolean |
fontItalic |
java.lang.String |
fontName |
boolean |
fontUnderlined |
int |
fontWeight |
double |
linefeedRatio |
static java.lang.String |
uuid |
attributes, objectTypeAnnotation, objectTypeAny, objectTypeBeam, objectTypeBrep, objectTypeCage, objectTypeClipPlane, objectTypeCurve, objectTypeDetail, objectTypeEdgeFilter, objectTypeExtrusion, objectTypeGrip, objectTypeHatch, objectTypeInstanceDefinition, objectTypeInstanceReference, objectTypeLayer, objectTypeLight, objectTypeLoop, objectTypeMaterial, objectTypeMesh, objectTypeMeshEdge, objectTypeMeshFace, objectTypeMeshVertex, objectTypeMorphControl, objectTypePhantom, objectTypePoint, objectTypePointset, objectTypePolyledgeFilter, objectTypePolysrfFilter, objectTypeSurface, objectTypeTextDot, objectTypeUnknown, objectTypeUserData, userDataList
Constructor and Description |
---|
Font() |
Modifier and Type | Method and Description |
---|---|
IRhino3dm.UUID |
getClassUUID() |
void |
read(IRhino3dm.Rhino3dmFile context,
java.io.InputStream is) |
createIObject, getType, read, setAttributes, setAttributesToIObject, write
public static final java.lang.String uuid
public java.lang.String fontName
public int fontWeight
public boolean fontItalic
public boolean fontUnderlined
public double linefeedRatio
public int fontIndex
public IRhino3dm.UUID fontId
public char[] facename
public IRhino3dm.UUID getClassUUID()
getClassUUID
in class IRhino3dm.RhinoObject
public void read(IRhino3dm.Rhino3dmFile context, java.io.InputStream is) throws java.io.IOException
read
in class IRhino3dm.RhinoObject
java.io.IOException