THotPDF.GetGPOSSingleAdjustment Method

Reads gpos single adjustment information from the current text shaping and font layout state. Use the value to inspect parser results, shaping tables, resource availability, or diagnostic counters without mutating document output

Declaration

function GetGPOSSingleAdjustment(GID: Word; const FeatureTag: AnsiString; out XPlacement, YPlacement: Integer; out XAdvance, YAdvance: Integer): boolean;

Unit

HPDFDoc

Parameters

NamePurpose
GIDInput used by GetGPOSSingleAdjustment
FeatureTagInput used by GetGPOSSingleAdjustment
XPlacementInput used by GetGPOSSingleAdjustment
YPlacementInput used by GetGPOSSingleAdjustment
XAdvanceInput used by GetGPOSSingleAdjustment
YAdvanceInput used by GetGPOSSingleAdjustment

Return value

Returns a boolean value

Usage notes

Related APIs