'Declaration Public Overridable Sub OnFontInstanceCreated( _
ByVal resourcesThe resources of content stream.As Vintasoft.Imaging.Pdf.Tree.PdfResources, _
ByRef fontThe font that was created.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByRef fontSizeThe font size.As Single, _
ByVal resourceNameName of the font resource.As System.String _
)
public virtual void OnFontInstanceCreated(
Vintasoft.Imaging.Pdf.Tree.PdfResources resources,
ref Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font,
ref float fontSize,
System.String resourceName
)
public: virtual void OnFontInstanceCreated(
Vintasoft.Imaging.Pdf.Tree.PdfResources* resources,
ref Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font,
ref float fontSize,
System.String resourceName
)
public:
virtual void OnFontInstanceCreated(
Vintasoft.Imaging.Pdf.Tree.PdfResources^ resources,
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^% font,
float% fontSize,
System.String resourceName
)
Parameters
- resources
- The resources of content stream.
- font
- The font that was created.
- fontSize
- The font size.
- resourceName
- Name of the font resource.