IXpsFixedPageReader.GetFont(Uri) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具有所指定統一資源識別項 (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 的字型。