|
|
| constructor () |
| | Constructor.
|
| |
| | constructor (font, flag, font_size, origin_x, origin_y, char_box, char_outbox, matrix) |
| | Constructor, with parameters. More...
|
| |
| | Set (font, flag, font_size, origin_x, origin_y, char_box, char_outbox, matrix) |
| | Set value. More...
|
| |
| | constructor (r) |
| |
| | GetPointerAsNumber () |
| |
|
|
| char_box |
| | The glyph bounding box in page space.
|
| |
|
| char_outbox |
| | The typographic(display and printing) bounding box in page space.
|
| |
| | flag |
| | Flags to indicate which properties of textpage character flag are meaningful. More...
|
| |
|
| font |
| | A font for character.
|
| |
| | font_size |
| | Font size for character. More...
|
| |
|
| matrix |
| | The matrix of the character.
|
| |
|
| origin_x |
| | The x-coordinate of the origin position.
|
| |
|
| origin_y |
| | The y-coordinate of the origin position.
|
| |
◆ constructor()
Constructor, with parameters.
- Parameters
-
| [in] | font | A valid font object. |
| [in] | flag | Flags to indicate which properties of textpage character flag are meaningful. Please refer to values starting from TextPageCharInfo.e_Normal and this should be one of these values except TextPageCharInfo.e_Unknown. |
| [in] | font_size | Font size. This should be a positive value. |
| [in] | origin_x | The x-coordinate of the origin position. |
| [in] | origin_y | The y-coordinate of the origin position. |
| [in] | char_box | The glyph bounding box in page space. |
| [in] | char_outbox | The typographic (display and printing) bounding box in page space. The width is advance width, and the height is the sum of the ascent and descent. |
| [in] | matrix | The matrix. |
◆ Set()
Set value.
- Parameters
-
| [in] | font | A valid font object. |
| [in] | flag | Flags to indicate which properties of textpage character flag are meaningful. Please refer to values starting from TextPageCharInfo.e_Normal and this should be one of these values except TextPageCharInfo.e_Unknown. |
| [in] | font_size | Font size. This should be a positive value. |
| [in] | origin_x | The x-coordinate of the origin position. |
| [in] | origin_y | The y-coordinate of the origin position. |
| [in] | char_box | The glyph bounding box in page space. |
| [in] | char_outbox | The typographic (display and printing) bounding box in page space. The width is advance width, and the height is the sum of the ascent and descent. |
| [in] | matrix | The matrix. |
- Returns
- None.
◆ e_Unknown
| TextPageCharInfo.e_Unknown |
|
static |
Enumeration for PDF textpage character flag.
Values of this enumeration should be used alone.
Character flag: Unknown.
◆ flag
Flags to indicate which properties of textpage character flag are meaningful.
Please refer to values starting from TextPageCharInfo.e_Normal and this should be one of these values.
◆ font_size
| TextPageCharInfo.font_size |
Font size for character.
This value would a positive value.