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

適用於