• R
    Move coverage bitmap from FontCollection to FontFamily · 253320d2
    Raph Levien 提交于
    This will significantly reduce memory usage and also speed the creation
    of new font families. In particular, the coverage bitmaps for the fonts
    in the fallback stack will be computed once in the Zygote, rather than
    separately in each app process.
    
    Bug: 17756900
    Change-Id: I66f5706bddd4658d78fe5b709f7251ca9d2ff4f8
    253320d2
FontCollection.cpp 7.7 KB