'Declaration Public Overloads Sub PackFont( _
ByVal fontThe PDF font that should be packed.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal textThe symbols that the font must contain. All other symbols will be removed from font.As System.String _
)
public void PackFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont font,
System.String text
)
public: void PackFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* font,
System.String text
)
public:
void PackFont(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ font,
System.String text
)
Parameters
- font
- The PDF font that should be packed.
- text
- The symbols that the font must contain. All other symbols will be removed from font.