I am trying to add text on OpenTK using Sharpfont/ Freetype. I installed SharpFont v4.01 package and SharpFont.Dependencies package. I also added using SharpFont
in my project but I am still having issue with
Character ch = new Character();
I am not sure which library or package missing. What should I add?
*following this answer for adding text C# OpenTK - Draw string on window