IXpsFixedPageReader.GetFont(Uri) 方法

定义

获取具有指定统一资源标识符 (URI) 的字体。

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 的字体。

适用于