PosPrinter.SupportedTypeFaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The fonts and typefaces that the point-of-service printer supports.