• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

what font is ASCII?

statetech

Senior member
I'm pasting some code into WordPad and I'd like for it to look like the ascii text in my programming software.

What font is ASCII or similar to ASCII?
Been wondering this myself for some time.. hee hee
 
That's really subjective to your OS, resolution, etc. that your proogramming software's running in. ASCII doesn't define typefaces, just encoding standards.
 
ASCII is not a font, but a way of telling the computer what charecters to display.

If you want somthing that looks like your programming software, give Courier or Courier new a try.
 
Back
Top