21#ifndef FONT_FONTINFO_H 
   22#define FONT_FONTINFO_H 
   33    FONTINFO( std::string aFile, std::string aStyle, std::string aFamily ) :
 
 
 
const std::string & Style() const
 
FONTINFO(std::string aFile, std::string aStyle, std::string aFamily)
 
std::vector< FONTINFO > & Children()
 
const std::string & File() const
 
std::vector< FONTINFO > m_children
 
const std::string & Family() const