Changeset 98774 in webkit
- Timestamp:
- Oct 28, 2011, 4:06:00 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/graphics/mac/SimpleFontDataMac.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r98773 r98774 1 2011-10-28 Dan Bernstein <mitz@apple.com> 2 3 Attempted build fix after r98765. 4 5 * platform/graphics/mac/SimpleFontDataMac.mm: 6 (WebCore::SimpleFontData::platformWidthForGlyph): 7 1 8 2011-10-28 Chris Marrin <cmarrin@apple.com> 2 9 -
trunk/Source/WebCore/platform/graphics/mac/SimpleFontDataMac.mm
r98765 r98774 403 403 NSFont *font = platformData().font(); 404 404 if (font && platformData().isColorBitmapFont()) 405 advance = [font advancementForGlyph:glyph];405 advance = NSSizeToCGSize([font advancementForGlyph:glyph]); 406 406 else { 407 407 float pointSize = platformData().m_size;
Note:
See TracChangeset
for help on using the changeset viewer.