C++ code: letters to PGM -


i need write c++ code converts upper case letters pgms. need map upper case letters grid of standard size.

e.g. =

   .   . .  ..... .     . 

is there library can use provide me co-ordinates each dot needed form letter?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -