ImageGear .NET - Updated May 30, 2018
GetWidthsNow Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEFont Class : GetWidthsNow Method
The container document.
Creates width entries for font.
Syntax
'Declaration
 
Public Sub GetWidthsNow( _
   ByVal document As ImGearPDFDocument _
) 
 
'Usage
 
Dim instance As ImGearPDEFont
Dim document As ImGearPDFDocument
 
instance.GetWidthsNow(document)

Parameters

document
The container document.
Remarks
Gets a Type0 font's width information for only the characters used in the file. Call this routine when the font was created with the DEFER_WIDTHS flag but without the CREATE_EMBEDDED flag (if the font is to be embedded, call SubsetNow method, which also gets the width info).
See Also

Reference

ImGearPDEFont Class
ImGearPDEFont Members
ImGearPDFDocument Class