|
The Gnome Chemistry Utils 0.12.8
|
Font size. More...
#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 |
| gccv::SizeTextTag::SizeTextTag | ( | double | size | ) |
| size | the font size |
Constructs a SizeTextTag with size as font 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. |
Filter method for the SizeTextTag class.
Implements gccv::TextTag.
| double gccv::SizeTextTag::GetSize | ( | ) | const [inline] |
Definition at line 346 of file text-tag.h.
| bool gccv::SizeTextTag::operator== | ( | TextTag const & | tag | ) | const [virtual] |
| tag | a TextTag. |
Equality operator.
Implements gccv::TextTag.
1.7.4