• B
    Make sanitize() a const method · de2118ed
    Behdad Esfahbod 提交于
    This makes a lot of code safer.  We only try modifying the object in one
    place, after making sure it's safe to do so.  So, do a const_cast<> in
    that one place...
    de2118ed
hb-ot-hmtx-table.hh 3.1 KB