vallentin / glText

Cross-platform single header text rendering library for OpenGL
zlib License
167 stars 16 forks source link

GLTtext E0135 has no member gltGetTextWidth & gltGetTextHeight #8

Open cappah opened 4 years ago

cappah commented 4 years ago

I have a GLFW project and was trying to call these two functions, but Im receiving E0135 errors for both of them.

vallentin commented 4 years ago

Assuming you have #include "gltext.h" above, then it's hard to tell. Would you be able to share some code snippets, so I can help further?