How do I write a vertical text
-
I want to write a vertical text on my DC , something similar to what Office2K menu bar shows a vertical text when these menubar are docked on left or right edge of the window. How do I do that ?? Abhishek Narula "Learn to appreciate others ... World would appreciate you"
-
I want to write a vertical text on my DC , something similar to what Office2K menu bar shows a vertical text when these menubar are docked on left or right edge of the window. How do I do that ?? Abhishek Narula "Learn to appreciate others ... World would appreciate you"
-
use
\n
in your string,like: "H\ne\nl\nl\no" Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975Thanks but this would not serve the purpose ! See Lets say I want to write ABC vertically .. according to your solution output would be A B C but what I want is thought all the characters would be appearing in different lines but give 90 degree clockwise shift to them , as if you are reading the screen from left edge . did you get this ?? Abhishek Narula "Learn to appreciate others ... World would appreciate you"
-
I want to write a vertical text on my DC , something similar to what Office2K menu bar shows a vertical text when these menubar are docked on left or right edge of the window. How do I do that ?? Abhishek Narula "Learn to appreciate others ... World would appreciate you"
Hans Bühler's article A bevelline with horizontal and vertical text presents a class that outputs vertical text. Maybe you can investigate its source code to find out how it's done. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
Thanks but this would not serve the purpose ! See Lets say I want to write ABC vertically .. according to your solution output would be A B C but what I want is thought all the characters would be appearing in different lines but give 90 degree clockwise shift to them , as if you are reading the screen from left edge . did you get this ?? Abhishek Narula "Learn to appreciate others ... World would appreciate you"
Abhishek Narula wrote: did you get this ?? No,I don't get it,Could you put an example here?The output you want to see on screen. Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975 -
Abhishek Narula wrote: did you get this ?? No,I don't get it,Could you put an example here?The output you want to see on screen. Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975Thats the Irony .. I cant show you that .. look at the following URL , you ll understand .. http://www.codeproject.com/staticctrl/rotated\_bevel.asp Abhishek Narula "Learn to appreciate others ... World would appreciate you"
-
I want to write a vertical text on my DC , something similar to what Office2K menu bar shows a vertical text when these menubar are docked on left or right edge of the window. How do I do that ?? Abhishek Narula "Learn to appreciate others ... World would appreciate you"
Check the nOrientation parameter of CreateFont. Atul :suss: Don't they know that java is slow.:suss:
-
Thats the Irony .. I cant show you that .. look at the following URL , you ll understand .. http://www.codeproject.com/staticctrl/rotated\_bevel.asp Abhishek Narula "Learn to appreciate others ... World would appreciate you"
-
Check the nOrientation parameter of CreateFont. Atul :suss: Don't they know that java is slow.:suss:
Thanks .. I have not tried it as yet . but I think this would surely serve the purpose. Abhishek Narula "Learn to appreciate others ... World would appreciate you"