ios - How can we post ASCII art on Facebook wall? -
in app, have requirement post ascii art iphone app onto facebook wall post. problem face facebook font (lucida console) changes formatting of ascii art. have made ascii art in courier new.
what can done?
is there way can post ascii art on facebook without having re-format whole thing?
please , suggest.
thanks
courier monospaced font. means, every letter has same space. thats why easy use ascii art , popular coding — words in same lentgh @ same positions.
from facebook css:
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif; lucida grande propotional font. i.e. uses less space m. words in different lines won't match well.
edit
have @ this facebook group. users compensate absence of monospaced font
- using symbols same width
- filling room short symbols
.
monospaced
♥♥'''''''''''''''♥♥
♥♥'''''''''''''''♥♥
propotional
♥♥'''''''''''''''♥♥
Comments
Post a Comment