次の方法で共有


PosPrinterPrintOptions.TypeFace プロパティ

定義

アプリケーションが文字の印刷に使用する書体を示す文字列値を取得または設定します。

public:
 property Platform::String ^ TypeFace { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TypeFace();

void TypeFace(winrt::hstring value);
public string TypeFace { get; set; }
var string = posPrinterPrintOptions.typeFace;
posPrinterPrintOptions.typeFace = string;
Public Property TypeFace As String

プロパティ値

String

Platform::String

winrt::hstring

アプリケーションが文字の印刷に使用する書体。

注釈

アプリケーションが文字の印刷に使用する書体。 値は null であるか、サービスポイント プリンターでサポートされているタイプフェイス値のいずれかである必要があります。

適用対象