예제 #1
0
파일: Font.cpp 프로젝트: Chingliu/EAWebkit
int Font::width(const TextRun& run) const
{
    return lroundf(floatWidth(run));
}
예제 #2
0
int Font::width(const TextRun& run, const TextStyle& style) const
{
    return lroundf(floatWidth(run, style));
}