次の方法で共有


PosPrinter.GetFontProperty(String) メソッド

定義

ポイント オブ サービス プリンターから指定したフォント プロパティを取得します。

public:
 virtual PosPrinterFontProperty ^ GetFontProperty(Platform::String ^ typeface) = GetFontProperty;
PosPrinterFontProperty GetFontProperty(winrt::hstring const& typeface);
public PosPrinterFontProperty GetFontProperty(string typeface);
function getFontProperty(typeface)
Public Function GetFontProperty (typeface As String) As PosPrinterFontProperty

パラメーター

typeface
String

Platform::String

winrt::hstring

取得するフォント プロパティの書体。

戻り値

要求されたフォント プロパティ。

Windows の要件

デバイス ファミリ
Windows 10, version 1903 (10.0.18362.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v8.0 で導入)

適用対象