PosPrinter.GetFontProperty(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從服務點印表機取得指定的字型屬性。
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 引進)
|