HomeSort by relevance Sort by last modified time
    Searched defs:smallCaps (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/qt/
FontPlatformData.h 142 bool smallCaps() const
146 return m_data->font.capitalization() == QFont::SmallCaps;
FontPlatformDataQt.cpp 59 const bool smallCaps = description.smallCaps();
60 font.setCapitalization(smallCaps ? QFont::SmallCaps : QFont::MixedCase);
  /external/webkit/WebCore/platform/graphics/
FontDescription.h 80 bool smallCaps() const { return m_smallCaps; }

Completed in 62 milliseconds