Searched defs:Item (Results 1 – 1 of 1) sorted by relevance
198 struct Item { struct in FontCache199 HFONT hFont;200 IDWriteTextFormat* pTextFormat;201 DWRITE_FONT_WEIGHT fontWeight;202 DWRITE_FONT_STYLE fontStyle;203 Item() : hFont(NULL), pTextFormat(NULL) {} in Item() argument