Basically, I am using OpenGLCD library for my project. I want lcdnums font in 16x26 so how can i change the size of the font. I have used different editors to do so but the concern is that .h file is not suppose to be sensed inside the code and it is showing me error that, that font cannot be resolved. So do we have any ready made lcdnums16x26 size font for GLCD ks0108?? if not then please provide some link where i can edit my font size and apply it to my project.
You can build your own font file, you may base it on the lcdnums14x24.h file. As these fonts are bitmap fonts you cannot simply change some font size and show the digits, you have to encode a complete font file. There is no editor for this, these files are manually coded. As the lcdnums series only support 16 character codes this isn't that much work. But I actually doubt that it's worth the effort just to use two pixels more...