You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
375 B
19 lines
375 B
#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
|
|
|