• R
    Introduce MinikinFont abstraction · bcc3dc5a
    Raph Levien 提交于
    This commit removes the direct dependency on FreeType and replaces it
    with a MinikinFont abstraction, which is designed to support both
    FreeType and Skia fonts (and possibly others in the future).
    
    Also adds a "total advance" to the Layout, with an API for retrieving
    it.
    
    Change-Id: If20f92db9a43fd15b0fe9794b761ba00fb21338c
    bcc3dc5a
FontFamily.h 2.1 KB