KiCad PCB EDA Suite
Loading...
Searching...
No Matches
fontconfig::FONTINFO Class Reference

#include <fontinfo.h>

Public Member Functions

 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 ()
 

Private Attributes

std::string m_file
 
std::string m_style
 
std::string m_family
 
std::vector< FONTINFOm_children
 

Detailed Description

Definition at line 30 of file fontinfo.h.

Constructor & Destructor Documentation

◆ FONTINFO()

fontconfig::FONTINFO::FONTINFO ( std::string  aFile,
std::string  aStyle,
std::string  aFamily 
)
inline

Definition at line 33 of file fontinfo.h.

Member Function Documentation

◆ Children()

std::vector< FONTINFO > & fontconfig::FONTINFO::Children ( )
inline

Definition at line 44 of file fontinfo.h.

References m_children.

◆ Family()

const std::string & fontconfig::FONTINFO::Family ( ) const
inline

Definition at line 42 of file fontinfo.h.

References m_family.

◆ File()

const std::string & fontconfig::FONTINFO::File ( ) const
inline

Definition at line 40 of file fontinfo.h.

References m_file.

◆ Style()

const std::string & fontconfig::FONTINFO::Style ( ) const
inline

Definition at line 41 of file fontinfo.h.

References m_style.

Member Data Documentation

◆ m_children

std::vector<FONTINFO> fontconfig::FONTINFO::m_children
private

Definition at line 51 of file fontinfo.h.

Referenced by Children().

◆ m_family

std::string fontconfig::FONTINFO::m_family
private

Definition at line 49 of file fontinfo.h.

Referenced by Family().

◆ m_file

std::string fontconfig::FONTINFO::m_file
private

Definition at line 47 of file fontinfo.h.

Referenced by File().

◆ m_style

std::string fontconfig::FONTINFO::m_style
private

Definition at line 48 of file fontinfo.h.

Referenced by Style().


The documentation for this class was generated from the following file: