다음을 통해 공유


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에서 도입되었습니다.)

적용 대상