I am sure this has been asked and answered before but searching the forums, I find nothing so I thought I would ask again.
Is there a font that is "Standard" and the character width vs height is the same (or some ratio thereof)???
I am attempting to display a file in a textbox, that appears as it would in notepad, but either font, or format or something is getting in the way.
Code Not shown I know, but not sure how to display an example. But from my knowledge (for over-exaggeration) lets say a character is 3 pixels wide and 5 pixels high. How would I show that same in a PB textbox, so that it appears the same as it would in whatever editor that created it??? (NotePad, WordPad, Office, OpenOffice, Corel, etc.....)
Its simple text, and trying to avoid any formatting beyond $CRLF level of formatting....I just would like to make what is seen in one, appear as close to the same in the other....only problem is that I am missing something (or forgetting something)
Is there a font that is "Standard" and the character width vs height is the same (or some ratio thereof)???
I am attempting to display a file in a textbox, that appears as it would in notepad, but either font, or format or something is getting in the way.
Code Not shown I know, but not sure how to display an example. But from my knowledge (for over-exaggeration) lets say a character is 3 pixels wide and 5 pixels high. How would I show that same in a PB textbox, so that it appears the same as it would in whatever editor that created it??? (NotePad, WordPad, Office, OpenOffice, Corel, etc.....)
Its simple text, and trying to avoid any formatting beyond $CRLF level of formatting....I just would like to make what is seen in one, appear as close to the same in the other....only problem is that I am missing something (or forgetting something)
Comment