ASBool
PDWordGetCharPoint(
PDWord
word
,
ASInt16
byteIdx
,
ASFixedPoint
*
point
);
word | The word whose character placement point is obtained.
|
byteIdx | The byte index within the word of the character whose placement point is obtained. Valid values are 0 to PDWordGetLength(word)-1.
|
point | (Filled by the method) Pointer to the character's placement point, specified in user-space coordinates.
|
ASBool
PDWordGetNthQuadPoint(
PDWord
word
,
ASInt16
nTh
,
ASFixedPoint
*
point
);
word | The word whose nth quad is obtained.
|
nTh | The quad placement point to obtain. A word's first quad has an index of zero.
|
point | (Filled by the method) Pointer to the word's nth quad placement point, specified in user-space coordinates.
|
ASBool
PDWordIsLastWordInRegion(
PDWord
word
);
word | The word to check.
|