Xfinium.Pdf.Graphics Namespace > PdfType1Font Class : CreateWithPfmMetrics Method |
'Declaration
Public Shared Function CreateWithPfmMetrics( _ ByVal metricsStream As Stream, _ ByVal fontStream As Stream, _ ByVal size As Double, _ ByVal embed As Boolean _ ) As PdfType1Font
'Usage
Dim metricsStream As Stream Dim fontStream As Stream Dim size As Double Dim embed As Boolean Dim value As PdfType1Font value = PdfType1Font.CreateWithPfmMetrics(metricsStream, fontStream, size, embed)
public static PdfType1Font CreateWithPfmMetrics( Stream metricsStream, Stream fontStream, double size, bool embed )
public: static PdfType1Font^ CreateWithPfmMetrics( Stream^ metricsStream, Stream^ fontStream, double size, bool embed )
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library