SoTextPropertykerning Property |
Set this field to true to apply kerning on text rendering.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFBool kerning { get; }
Public ReadOnly Property kerning As SoSFBool
Get
public:
property SoSFBool^ kerning {
SoSFBool^ get ();
}
member kerning : SoSFBool with get
Property Value
Type:
SoSFBoolRemarks For more information about kerning, refer to the FreeType documentation located at http://www.freetype.org/freetype2/documentation.html Default value is false.
See Also