Changes between Version 2 and Version 3 of FontSelection


Ignore:
Timestamp:
Sep 5, 2015 5:46:00 PM (9 years ago)
Author:
mmaxfield@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FontSelection

    v2 v3  
    5454
    5555So, when you want to measure or draw some text, you first perform a font lookup for a particular character. The flow goes through:
     56
    5657FontCascade::glyphDataForCharacter()
     58
    5759FontCascadeFonts::realizeNextFallback()
     60
    5861CSSFontSelector::fontRangesForFamily()
     62
    5963CSSSegmentedFontFace::fontRanges()
     64
    6065CSSFontFace::font()
     66
    6167CSSFontFaceSource::font()
     68
    6269CachedFont::CreateFont()
     70
    6371FontPlatformData::FontPlatformData()
    6472