'Declaration Public Function ConvertType1FontProgramToCffFontProgram( _
ByVal pdfFontPDF font.As Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont, _
ByVal scaleCharOutlineToDefaultCoordinateSpaceA value indicating whether the converter must scale char outlines to the default coordinate space of CFF fonts. Default value is true.As Boolean _
) As Boolean
public bool ConvertType1FontProgramToCffFontProgram(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont pdfFont,
bool scaleCharOutlineToDefaultCoordinateSpace
)
public: bool ConvertType1FontProgramToCffFontProgram(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont* pdfFont,
bool scaleCharOutlineToDefaultCoordinateSpace
)
public:
bool ConvertType1FontProgramToCffFontProgram(
Vintasoft.Imaging.Pdf.Tree.Fonts.PdfFont^ pdfFont,
bool scaleCharOutlineToDefaultCoordinateSpace
)
Parameters
- pdfFont
- PDF font.
- scaleCharOutlineToDefaultCoordinateSpace
- A value indicating whether the converter must scale char outlines to the default coordinate space of CFF fonts. Default value is true.
Return Value
True - font converted successfully; false - font was not converted because specified PDF font is not Type1 font with Type1 font program.