IXpsFixedPageReader.GetFont(Uri) 메서드

정의

지정된 URI(Uniform Resource Identifier)가 있는 글꼴을 가져옵니다.

public:
 System::Windows::Xps::Packaging::XpsFont ^ GetFont(Uri ^ uri);
public System.Windows.Xps.Packaging.XpsFont GetFont (Uri uri);
abstract member GetFont : Uri -> System.Windows.Xps.Packaging.XpsFont
Public Function GetFont (uri As Uri) As XpsFont

매개 변수

uri
Uri

글꼴의 URI입니다.

반환

Uri가 지정된 글꼴입니다.

적용 대상