IXpsFixedPageReader.GetFont(Uri) Método

Definición

Obtiene la fuente que tiene el identificador uniforme de recursos (URI) especificado.

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

Parámetros

uri
Uri

URI de la fuente.

Devoluciones

La fuente que tiene el Uri especificado.

Se aplica a