ImageGear v26.0 - Updated
GetWidthsNow Method




ImageGear.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)
public void GetWidthsNow( 
   ImGearPDFDocument document
)
public: void GetWidthsNow( 
   ImGearPDFDocument* document
) 
public:
void GetWidthsNow( 
   ImGearPDFDocument^ 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

Is this page helpful?
Yes No
Thanks for your feedback.