public class IfcTextStyleFontModel extends IfcPreDefinedTextFont implements com.aspose.cad_internal.fileformats.ifc.IIfcTextStyleFontModel
Constructor and Description |
---|
IfcTextStyleFontModel() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<IfcTextFontName> |
getFontFamily() |
IfcSizeSelect |
getFontSize() |
IfcFontStyle |
getFontStyle() |
IfcFontVariant |
getFontVariant() |
IfcFontWeight |
getFontWeight() |
void |
setFontFamily(IfcCollection<IfcTextFontName> value) |
void |
setFontSize(IfcSizeSelect value) |
void |
setFontStyle(IfcFontStyle value) |
void |
setFontVariant(IfcFontVariant value) |
void |
setFontWeight(IfcFontWeight value) |
getName, setName
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
getClass, notify, notifyAll, toString, wait, wait, wait
getEntityLabel
public final IfcCollection<IfcTextFontName> getFontFamily()
public final void setFontFamily(IfcCollection<IfcTextFontName> value)
public final IfcFontStyle getFontStyle()
public final void setFontStyle(IfcFontStyle value)
public final IfcFontVariant getFontVariant()
public final void setFontVariant(IfcFontVariant value)
public final IfcFontWeight getFontWeight()
public final void setFontWeight(IfcFontWeight value)
public final IfcSizeSelect getFontSize()
public final void setFontSize(IfcSizeSelect value)