• FontContext: Cache data fetched from the cache thread

    Before this change, if we needed to create a Font which we've already
    created, but at a new size, then we'd fetch the FontTemplateInfo again.
    If the bytes of the font are held in memory, then this could be
    expensive as we need to pass those bytes over IPC.
    jonleighton committed May 19, 2018