PenAndInkSettings.FontFamilyName Property

Definition

Gets the font used for converting ink to text input in a text control (when HandwritingView is enabled).

public:
 property Platform::String ^ FontFamilyName { Platform::String ^ get(); };
winrt::hstring FontFamilyName();
public string FontFamilyName { get; }
var string = penAndInkSettings.fontFamilyName;
Public ReadOnly Property FontFamilyName As String

Property Value

String

Platform::String

winrt::hstring

One of the fonts from the Font when using handwriting ListBox on the Pen & Windows Ink settings screen. The default is Segoe UI.

Remarks

This value can be set by the user through the Pen & Windows Ink settings screen.

Applies to

See also