のねのBlog

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

2015-01-09から1日間の記事一覧

TypefaceImpl

29 struct TypefaceImpl { 30 FontCollection *fFontCollection; 31 32 // style used for constructing and querying Typeface objects 33 SkTypeface::Style fSkiaStyle; 34 // base weight in CSS-style units, 100..900 35 int fBaseWeight; 36 37 // re…