'Declaration Public Shared Function Create( _
ByVal fontThe PDF font.As PdfFont, _
ByVal fontNameName of the font.As System.String _
) As Vintasoft.Imaging.Fonts.FontInfo
public static Vintasoft.Imaging.Fonts.FontInfo Create(
PdfFont font,
System.String fontName
)
public: static Vintasoft.Imaging.Fonts.FontInfo* Create(
PdfFont* font,
System.String fontName
)
public:
static Vintasoft.Imaging.Fonts.FontInfo^ Create(
PdfFont^ font,
System.String fontName
)
Parameters
- font
- The PDF font.
- fontName
- Name of the font.
Return Value
The font info.