#include <text-tag.h>

Public Member Functions | |
| SizeTextTag (double size) | |
| virtual | ~SizeTextTag () |
| void | Filter (PangoAttrList *l, unsigned start, unsigned end) |
| bool | operator== (TextTag const &tag) const |
| TextTag * | Duplicate () const |
| double | GetSize () const |
TextTag class for font size.
Definition at line 308 of file text-tag.h.
| gccv::SizeTextTag::SizeTextTag | ( | double | size | ) |
| virtual gccv::SizeTextTag::~SizeTextTag | ( | ) | [virtual] |
The destructor.
| TextTag* gccv::SizeTextTag::Duplicate | ( | ) | const [virtual] |
Creates a copy of the SizeTextTag with the same font size.
Implements gccv::TextTag.
| void gccv::SizeTextTag::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::SizeTextTag::GetSize | ( | ) | const [inline] |
| bool gccv::SizeTextTag::operator== | ( | TextTag const & | tag | ) | const [virtual] |
| tag | a TextTag. |
Implements gccv::TextTag.
1.5.9