Foxit PDF SDK
9.1
|
Instance Methods | |
(void) | - dealloc |
(void *) | - getCptr |
(id) | - init |
(id) | - initWithChar_info: |
Constructor, with another character information object. More... | |
(id) | - initWithCptr:swigOwnCObject: |
(id) | - initWithFont:flag:font_size:origin_x:origin_y:char_box:char_outbox:matrix: |
Constructor, with parameters. More... | |
(void) | - set:flag:font_size:origin_x:origin_y:char_box:char_outbox:matrix: |
Set value. More... | |
Protected Attributes | |
BOOL | swigCMemOwn |
void * | swigCPtr |
Properties | |
FSRectF * | char_box |
The glyph bounding box in page space. More... | |
FSRectF * | char_outbox |
The typographic(display and printing) bounding box in page space. More... | |
FSTextPageCharInfoTextCharFlag | flag |
Flags to indicate which properties of textpage character flag are meaningful. More... | |
FSFont * | font |
A font for character. More... | |
float | font_size |
Font size for character. More... | |
FSMatrix2D * | matrix |
The matrix of the character. More... | |
float | origin_x |
The x-coordinate of the origin position. More... | |
float | origin_y |
The y-coordinate of the origin position. More... | |
This class represents textpage character information.
- (void) dealloc |
- (void*) getCptr |
- (id) init |
- (id) initWithChar_info: | (FSTextPageCharInfo*) | char_info |
Constructor, with another character information object.
[in] | char_info | Another character information object. |
- (id) initWithCptr: | (void *) | cptr | |
swigOwnCObject: | (BOOL) | ownCObject | |
- (id) initWithFont: | (FSFont*) | font | |
flag: | (FSTextPageCharInfoTextCharFlag) | flag | |
font_size: | (float) | font_size | |
origin_x: | (float) | origin_x | |
origin_y: | (float) | origin_y | |
char_box: | (FSRectF*) | char_box | |
char_outbox: | (FSRectF*) | char_outbox | |
matrix: | (FSMatrix2D*) | matrix | |
Constructor, with 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 FSTextPageCharInfoNormal and this should be one of these values except FSTextPageCharInfoUnknown. |
[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. |
- (void) set: | (FSFont*) | font | |
flag: | (FSTextPageCharInfoTextCharFlag) | flag | |
font_size: | (float) | font_size | |
origin_x: | (float) | origin_x | |
origin_y: | (float) | origin_y | |
char_box: | (FSRectF*) | char_box | |
char_outbox: | (FSRectF*) | char_outbox | |
matrix: | (FSMatrix2D*) | matrix | |
Set value.
[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 FSTextPageCharInfoNormal and this should be one of these values except FSTextPageCharInfoUnknown. |
[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. |
|
protected |
|
protected |
|
readwritenonatomiccopy |
The glyph bounding box in page space.
|
readwritenonatomiccopy |
The typographic(display and printing) bounding box in page space.
|
readwritenonatomicassign |
Flags to indicate which properties of textpage character flag are meaningful.
Please refer to values starting from FSTextPageCharInfoNormal and this should be one of these values.
|
readwritenonatomiccopy |
A font for character.
|
readwritenonatomicassign |
Font size for character.
This value would a positive value.
|
readwritenonatomiccopy |
The matrix of the character.
|
readwritenonatomicassign |
The x-coordinate of the origin position.
|
readwritenonatomicassign |
The y-coordinate of the origin position.