ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General Objects > IGPDFWord Object > IGPDFWord Methods > GetQuad Method |
Gets the specified word's quad, specified in user space coordinates. See QuadCount Property for a description of a quad.
The quad's height is the height of the font's bounding box, not the height of the tallest character used in the word. The font's bounding box is determined by the glyphs in the font that extend farthest above and below the baseline; it often extends somewhat above the top of "A" and below the bottom of "y."
The quad's width is determined from the characters actually present in the word.
As an example, the quads for the words "AWAY" and "away" have the same height, but generally do not have the same width unless the font is a mono-spaced font (a font in which all characters have the same width).
GetQuad (Index As Long) As IGPDFFixedQuad
Name | Description |
---|---|
Index | The index of the quad to obtain. The first quad in a word has an index of zero. |