Interface IIfcTextStyleFontModel
Readonly interface for IfcTextStyleFontModel
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcTextStyleFontModel : IIfcPreDefinedTextFont, IIfcPreDefinedItem, IIfcPresentationItem, IfcTextFontSelect, IIfcTextFontSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
FontFamily
Declaration
IItemSet<IfcTextFontName> FontFamily { get; }
Property Value
|
Improve this Doc
View Source
FontSize
Declaration
IIfcSizeSelect FontSize { get; set; }
Property Value
|
Improve this Doc
View Source
FontStyle
Declaration
IfcFontStyle? FontStyle { get; set; }
Property Value
|
Improve this Doc
View Source
FontVariant
Declaration
IfcFontVariant? FontVariant { get; set; }
Property Value
|
Improve this Doc
View Source
FontWeight
Declaration
IfcFontWeight? FontWeight { get; set; }
Property Value