#include "gfx/fontspec.h"
#include "rutz/fstring.h"
#include <vector>
Go to the source code of this file.
Functions | |
void | parseFontSpec (const rutz::fstring &spec, rutz::fstring *family, rutz::fstring *pxlsize, rutz::fstring *mods) |
Parse a "fontfamily:size:modifiers" fontspec string. |
Definition in file fontspec.cc.