Displaying Text in glfw Window

Hello Everyone,
I am using openGL with GLFW in Codeblocks under Windows. I have created a simple quadratic graph plotter application with openGL and GLFW. The program takes input in console mode and then displayes the graph in GLFW window. I want to point out the coordinates, but couldn’t find any procedure or keywords to display text in GLFW window. So please help.