| 12345678910111213141516171819 |
- #ifndef IGL_OPENGL_VERASANSMONO_COMPRESSED_H
- #define IGL_OPENGL_VERASANSMONO_COMPRESSED_H
- #include "../igl_inline.h"
- namespace igl
- {
- namespace opengl
- {
- /// Decompress the vera sans mono font atlas
- IGL_INLINE void decompress_verasansmono_atlas(unsigned char* _fontatlas);
- }
- }
- #ifndef IGL_STATIC_LIBRARY
- # include "verasansmono_compressed.cpp"
- #endif
- #endif
|