PosPrinter.SupportedTypeFaces Property

Definition

Gets the fonts and typefaces that the point-of-service printer supports.

public:
 property IVectorView<Platform::String ^> ^ SupportedTypeFaces { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> SupportedTypeFaces();
public IReadOnlyList<string> SupportedTypeFaces { get; }
var iVectorView = posPrinter.supportedTypeFaces;
Public ReadOnly Property SupportedTypeFaces As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The fonts and typefaces that the point-of-service printer supports.

Applies to