|
typedef Iterator | iterator |
|
◆ begin()
FontSet::Iterator Btk::FontSet::begin |
( |
| ) |
|
Get the first font.
- Returns
- Iterator
◆ end()
FontSet::Iterator Btk::FontSet::end |
( |
| ) |
|
Get the last font.
- Returns
- Iterator
◆ operator[]()
FontSet::Font Btk::FontSet::operator[] |
( |
size_t |
index | ) |
const |
Locate Font in set.
- Parameters
-
- Returns
- The font
◆ size()
size_t Btk::FontSet::size |
( |
| ) |
const |
Get number of font.
nfont means the size of the patterns sfont means the size of the array
- Returns
- The font count
The documentation for this class was generated from the following files:
- include/Btk/font.hpp
- src/platform/x11/fontutils.cpp