verasansmono_compressed.h 375 B

12345678910111213141516171819
  1. #ifndef IGL_OPENGL_VERASANSMONO_COMPRESSED_H
  2. #define IGL_OPENGL_VERASANSMONO_COMPRESSED_H
  3. #include "../igl_inline.h"
  4. namespace igl
  5. {
  6. namespace opengl
  7. {
  8. /// Decompress the vera sans mono font atlas
  9. IGL_INLINE void decompress_verasansmono_atlas(unsigned char* _fontatlas);
  10. }
  11. }
  12. #ifndef IGL_STATIC_LIBRARY
  13. # include "verasansmono_compressed.cpp"
  14. #endif
  15. #endif