- Timestamp:
- 10/03/07 14:04:03 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-branch/WebCore/platform/win/FontPlatformDataWin.cpp
r25754 r26027 197 197 } 198 198 199 FontPlatformData::FontPlatformData(CGFontRef font, int size, bool bold, bool oblique) 200 : m_font(0) 201 , m_size(size) 202 , m_cgFont(font) 203 , m_syntheticBold(bold) 204 , m_syntheticOblique(oblique) 205 { 206 } 207 199 208 FontPlatformData::~FontPlatformData() 200 209 {