Re: Change font

new topic     » goto parent     » topic index » view thread      » older message » newer message

For other than the standard ASCII, you'll have to look up the UTF-8 value for the character(s) you want.

Let's say you want the Cherokee characters TSU and YA:

TSU is #E1,#8F,#A7 according to Character Map

And YA is #E1,#8F,#AF

puts(1,{#E1,#8F,#A7,#E1,#8F,#AF}) 

That will display the characters ᏧᏯ on your terminal.

This is on Linux, can't test on Windows right now.

If you're just wanting to change the font and size of the characters on the terminal, Linux terminals usually have a menu option, such as "Profile Preferences" where you can do that, as well as change number of lines and characters per line.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu