Skip to content
  • Oliver Sander's avatar
    Store font data in a std::vector<unsigned char> · a6b2442e
    Oliver Sander authored
    This simplifies various method signatures, because the data array and
    its size do not have to be passed around separately, anymore.
    
    Also, using a std::vector makes tracking the ownership much easier.
    a6b2442e