11 namespace visualization {
21 ranges_.push_back({typeface,
"en", {}});
28 ranges_.push_back({typeface, lang, {}});
32 const char *typeface,
const std::vector<uint32_t> &code_points) {
33 ranges_.push_back({typeface,
"", code_points});
constexpr static const char * MONOSPACE
FontDescription(const char *typeface, FontStyle style=FontStyle::NORMAL, int point_size=0)
void AddTypefaceForCodePoints(const char *typeface, const std::vector< uint32_t > &code_points)
void AddTypefaceForLanguage(const char *typeface, const char *lang)
constexpr static const char * SANS_SERIF
std::vector< CPRange > ranges_
Generic file read and write utility for python interface.