Font size.
More...
#include <text-tag.h>
Detailed Description
Font size.
TextTag class for font size.
Definition at line 308 of file text-tag.h.
Constructor & Destructor Documentation
gccv::SizeTextTag::SizeTextTag |
( |
double |
size | ) |
|
- Parameters
-
Constructs a SizeTextTag with size as font size.
virtual gccv::SizeTextTag::~SizeTextTag |
( |
| ) |
|
|
virtual |
Member Function Documentation
TextTag* gccv::SizeTextTag::Duplicate |
( |
| ) |
const |
|
virtual |
void gccv::SizeTextTag::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 SizeTextTag class.
Implements gccv::TextTag.
double gccv::SizeTextTag::GetSize |
( |
void |
| ) |
const |
|
inline |
bool gccv::SizeTextTag::operator== |
( |
TextTag const & |
tag | ) |
const |
|
virtual |
- Parameters
-
Equality operator.
- Returns
- true if tag is a SizeTextTag and has the same font size than this.
Implements gccv::TextTag.
The documentation for this class was generated from the following file: