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 中引入)

适用于