Searched defs:Font (Results 1 – 2 of 2) sorted by relevance
42 Font() : family_(Family::Unknown), bold_(false), italic_(false) {}; in Font() function
114 Font::Font(const std::string& font_name, Family family, bool bold, bool italic) in Font() function in pdfClient::Font