-1

I want to know , how can i write texts in opengl window using C#? I use opentk tools for drawing, I would pleased for anyone to tell me what code I must use in C#.

slugster
  • 49,403
  • 14
  • 95
  • 145
reza gh
  • 41
  • 1
  • 6

1 Answers1

0

when you want to render a text using opentk you should consider many thing. you can go to OpenTK Docs to find out. but I recommend you to use QuickFont instead, without going into the complicated details.

good luck

Shahin
  • 302
  • 2
  • 10