Esempio n. 1
0
int Font::width(const TextRun& run) const
{
    return lroundf(floatWidth(run));
}
Esempio n. 2
0
int Font::width(const TextRun& run, const TextStyle& style) const
{
    return lroundf(floatWidth(run, style));
}