HomeSort by relevance Sort by last modified time
    Searched full:synthesizebold (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 579 bool synthesizeBold = isGDIFontWeightBold(weight) && !isGDIFontWeightBold(logFont.lfWeight);
582 FontPlatformData* result = new FontPlatformData(hfont, fontDescription.computedPixelSize(), synthesizeBold, synthesizeItalic, useGDI);

Completed in 47 milliseconds