のねのBlog

パソコンの問題や、ソフトウェアの開発で起きた問題など書いていきます。よろしくお願いします^^。

2013-12-19から1日間の記事一覧

fontDescription

LOGD("family=%s", m_fontDescription.family().family().string().utf8().data());

fontfamily

1180 int RenderStyle::computedLineHeight(RenderView* renderView) const 1181 { 1182 const Length& lh = lineHeight(); 1183 1184 // Negative value means the line height is not set. Use the font's built-in spacing. 1185 if (lh.isNegative()) 11…