Gets or sets the font type hint.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public FontTypeHint FontTypeHint { get; set; }
Public Property FontTypeHint As FontTypeHint
	Get
	Set
public:
property FontTypeHint FontTypeHint {
	FontTypeHint get ();
	void set (FontTypeHint value);
}
member FontTypeHint : FontTypeHint with get, set

Property Value

FontTypeHint

See Also