AvalonEdit
FontHintingEmSize Property
NamespacesICSharpCode.AvalonEdit.RenderingVisualLineElementTextRunPropertiesFontHintingEmSize
Gets the text size in points, which is then used for font hinting.
Declaration Syntax
C#Visual BasicVisual C++
public override double FontHintingEmSize { get; }
Public Overrides ReadOnly Property FontHintingEmSize As Double
	Get
public:
virtual property double FontHintingEmSize {
	double get () override;
}
Return Value
A Double that represents the text size in points. The default is 12 pt.

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238