| 
CharacterFormat
FontTypeHint Property
  | 
 Gets or sets the font type hint.
 Namespace:
 Spire.Doc.Formatting
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
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
 
 Type:
 
FontTypeHint
 
 
 See Also
See Also