コード例 #1
0
ファイル: Font.cpp プロジェクト: Chingliu/EAWebkit
int Font::width(const TextRun& run) const
{
    return lroundf(floatWidth(run));
}
コード例 #2
0
ファイル: BTFont.cpp プロジェクト: jackiekaon/owb-mirror
int Font::width(const TextRun& run, const TextStyle& style) const
{
    return lroundf(floatWidth(run, style));
}