共用方式為


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 引進)

適用於