ClassificationFormatDefinition::FontHintingSize Property

 

Gets or sets the font hinting size for this classification format.

Namespace:   Microsoft.VisualStudio.Text.Classification
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

public:
property Nullable<double> FontHintingSize {
	[CompilerGeneratedAttribute]
	Nullable<double> get();
	[CompilerGeneratedAttribute]
	protected: void set(Nullable<double> value);
}

Property Value

Type: System::Nullable<Double>

The font hinting size.

Return to top
Show: