• R
    Initial commit of Minikin library · 9cc9bbe1
    Raph Levien 提交于
    This is the initial draft of Minikin, a library intended to perform text
    layout functions. This version does basic weight selection and font runs
    for scripts, and also has a simple renderer for drawing into bitmaps,
    but is lacking measurement, line breaking, and a number of other
    important features. It also lacks caching and other performance
    refinements.
    
    Change-Id: I789a2e47d11d71202dc84b4751b51a5e2cd9c451
    9cc9bbe1
Layout.cpp 8.7 KB