Uses of Class
com.openinventor.inventor.nodes.SoFontStyle.Families
-
Packages that use SoFontStyle.Families Package Description com.openinventor.inventor.nodes -
-
Uses of SoFontStyle.Families in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SoFontStyle.Families Modifier and Type Field Description SoSFEnum<SoFontStyle.Families>
SoFontStyle. family
Specifies the family of font to use (which determines the font name according to table above).Methods in com.openinventor.inventor.nodes that return SoFontStyle.Families Modifier and Type Method Description static SoFontStyle.Families
SoFontStyle.Families. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoFontStyle.Families
SoFontStyle.Families. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoFontStyle.Families[]
SoFontStyle.Families. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-