次の方法で共有


PosPrinter.SupportedTypeFaces プロパティ

定義

ポイント オブ サービス プリンターがサポートするフォントと書体を取得します。

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)

プロパティ値

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

ポイント オブ サービス プリンターがサポートするフォントと書体。

適用対象