#include <text-tag.h>

Public Member Functions | |
| RiseTextTag (double rise) | |
| virtual | ~RiseTextTag () |
| void | Filter (PangoAttrList *l, unsigned start, unsigned end) |
| bool | operator== (TextTag const &tag) const |
| TextTag * | Duplicate () const |
| double | GetRise () const |
TextTag class for text vertical position.
Definition at line 815 of file text-tag.h.
| gccv::RiseTextTag::RiseTextTag | ( | double | rise | ) |
| rise | the vertical offset. |
| virtual gccv::RiseTextTag::~RiseTextTag | ( | ) | [virtual] |
The destructor.
| TextTag* gccv::RiseTextTag::Duplicate | ( | ) | const [virtual] |
Creates a copy of the RiseTextTag with the same vertical offset above the base line.
Implements gccv::TextTag.
| void gccv::RiseTextTag::Filter | ( | PangoAttrList * | l, | |
| unsigned | start, | |||
| unsigned | end | |||
| ) | [virtual] |
| l | a PangoAttrList. | |
| start | the start index of the relevant text. | |
| end | the end index of the relevant text. |
Implements gccv::TextTag.
| double gccv::RiseTextTag::GetRise | ( | ) | const [inline] |
| bool gccv::RiseTextTag::operator== | ( | TextTag const & | tag | ) | const [virtual] |
| tag | a TextTag. |
Implements gccv::TextTag.
1.5.9