Re: [Dev-C++] superscript for squares
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Jason H. <jas...@nt...> - 2002-06-13 22:16:29
|
How about 2² = 4 etc. You will find that word processors do it by using a smaller size font raised up in space, however standard character maps will normally have numbers 1 2 3 i.e. ¹ ² ³, and you can bring them up using your keyboard by pressing the Alt key, holding it down, and typing on your number keypad (on the right) a specific number try: Alt+0178. You may know this, but not everybody realises. You can find out these codes by using the Character map program that is included with windows and found under Accessories - System Tools. If you haven't installed it then you can add it from the windows disk using the Add/Remove programs Windows setup feature. You will need to change the font to the one you are using, which was Times New Roman in my case. If you are working with a windows display then you can use the graphical capabilities of the WinAPI to change the font sizes and move the characters around, like a word processor does, but that requires hand coding the changes. Another way of displaying these numbers if the Alt key combination doesn't work is to find out the character code that corresponds to that symbol, but I'll let you figure that out. Hope this helps, Jason. ----- Original Message ----- From: "Dane Cannon" <da...@wh...> To: <dev...@li...> Sent: Thursday, June 13, 2002 4:47 PM Subject: [Dev-C++] superscript for squares Hi, I could nor figure out how to use superscript for squares (like for example 12 ) in DEV++ IDE . Can you please tell me is there a short cut for doing it or other method. Thank you very much, Anna Cannon _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Dev-cpp-users mailing list Dev...@li... https://lists.sourceforge.net/lists/listinfo/dev-cpp-users |