#include <fontinfo.h>
|
| FONTINFO (std::string aFile, std::string aStyle, std::string aFamily) |
|
const std::string & | File () const |
|
const std::string & | Style () const |
|
const std::string & | Family () const |
|
std::vector< FONTINFO > & | Children () |
|
Definition at line 30 of file fontinfo.h.
◆ FONTINFO()
fontconfig::FONTINFO::FONTINFO |
( |
std::string |
aFile, |
|
|
std::string |
aStyle, |
|
|
std::string |
aFamily |
|
) |
| |
|
inline |
◆ Children()
std::vector< FONTINFO > & fontconfig::FONTINFO::Children |
( |
| ) |
|
|
inline |
◆ Family()
const std::string & fontconfig::FONTINFO::Family |
( |
| ) |
const |
|
inline |
◆ File()
const std::string & fontconfig::FONTINFO::File |
( |
| ) |
const |
|
inline |
◆ Style()
const std::string & fontconfig::FONTINFO::Style |
( |
| ) |
const |
|
inline |
◆ m_children
std::vector<FONTINFO> fontconfig::FONTINFO::m_children |
|
private |
◆ m_family
std::string fontconfig::FONTINFO::m_family |
|
private |
◆ m_file
std::string fontconfig::FONTINFO::m_file |
|
private |
◆ m_style
std::string fontconfig::FONTINFO::m_style |
|
private |
The documentation for this class was generated from the following file: