Rise.
More...
#include <text-tag.h>
Detailed Description
Rise.
TextTag class for text vertical position.
Definition at line 815 of file text-tag.h.
Constructor & Destructor Documentation
| gccv::RiseTextTag::RiseTextTag |
( |
double |
rise | ) |
|
- Parameters
-
Constructs a RiseTextTag with rise as vertical offset above the base line. Negative values puts the text under the base line.
| virtual gccv::RiseTextTag::~RiseTextTag |
( |
| ) |
|
|
virtual |
Member Function Documentation
| TextTag* gccv::RiseTextTag::Duplicate |
( |
| ) |
const |
|
virtual |
| void gccv::RiseTextTag::Filter |
( |
PangoAttrList * |
l, |
|
|
unsigned |
start, |
|
|
unsigned |
end |
|
) |
| |
|
virtual |
- Parameters
-
| l | a PangoAttrList. |
| start | the start index of the relevant text. |
| end | the end index of the relevant text. |
Filter method for the RiseTextTag class.
Implements gccv::TextTag.
| double gccv::RiseTextTag::GetRise |
( |
| ) |
const |
|
inline |
- Returns
- the vertical offset above the base line.
Definition at line 854 of file text-tag.h.
| bool gccv::RiseTextTag::operator== |
( |
TextTag const & |
tag | ) |
const |
|
virtual |
- Parameters
-
Equality operator.
- Returns
- true if tag is a RiseTextTag and has the same vertical offset above the base line than this.
Implements gccv::TextTag.
The documentation for this class was generated from the following file: