libigl v2.5.0
Loading...
Searching...
No Matches
verasansmono_compressed.h
Go to the documentation of this file.
1#ifndef IGL_OPENGL_VERASANSMONO_COMPRESSED_H
2#define IGL_OPENGL_VERASANSMONO_COMPRESSED_H
3
4#include "../igl_inline.h"
5
6namespace igl
7{
8 namespace opengl
9 {
11 IGL_INLINE void decompress_verasansmono_atlas(unsigned char* _fontatlas);
12 }
13}
14
15#ifndef IGL_STATIC_LIBRARY
16# include "verasansmono_compressed.cpp"
17#endif
18
19#endif
#define IGL_INLINE
Definition igl_inline.h:15
void decompress_verasansmono_atlas(unsigned char *_fontatlas)
Decompress the vera sans mono font atlas.
Definition AABB.h:17