Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the font hinting size.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property FontHintingEmSize As Double
public override double FontHintingEmSize { get; }
public:
virtual property double FontHintingEmSize {
double get () override;
}
abstract FontHintingEmSize : float
override FontHintingEmSize : float
override function get FontHintingEmSize () : double
Property Value
Type: System.Double
The font hinting size.
Remarks
Returns zero if no hinting size is currently set.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.