Changes between Version 2 and Version 3 of FontSelection
- Timestamp:
- Sep 5, 2015, 5:46:00 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FontSelection
v2 v3 54 54 55 55 So, when you want to measure or draw some text, you first perform a font lookup for a particular character. The flow goes through: 56 56 57 FontCascade::glyphDataForCharacter() 58 57 59 FontCascadeFonts::realizeNextFallback() 60 58 61 CSSFontSelector::fontRangesForFamily() 62 59 63 CSSSegmentedFontFace::fontRanges() 64 60 65 CSSFontFace::font() 66 61 67 CSSFontFaceSource::font() 68 62 69 CachedFont::CreateFont() 70 63 71 FontPlatformData::FontPlatformData() 64 72