SoFontStylefamily Property |
Specifies the family of font to use (which determines the font name according to table above).
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFEnum<SoFontStyleFamilies> family { get; }
Public ReadOnly Property family As SoSFEnum(Of SoFontStyleFamilies)
Get
public:
property SoSFEnum<SoFontStyleFamilies>^ family {
SoSFEnum<SoFontStyleFamilies>^ get ();
}
member family : SoSFEnum<SoFontStyleFamilies> with get
Property Value
Type:
SoSFEnumSoFontStyleFamiliesRemarks See Also