Hello,
I added a new funtion to the visual-tool :
placing text vertical on a bitmap.
To turn the text, is no problem.
But I want just 1 character in 1 line.
It works, but i want the small chars centered in relation to
the big ones.
Sample : bitmap-with = 100
to write < W > left = 30
to write < i > left = 35 ( < i > = centerd to < W >
Is there a font information for the pixel width ?
Regards
Uwe [/img]
How to place vertical text on a bitmap (no turn 90° or 45°)
How to place vertical text on a bitmap (no turn 90° or 45°)
Last edited by ukoenig on Tue Apr 15, 2008 8:54 pm, edited 3 times in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Text orientation
Hello Silvio,
The NESCAPEMENT - parameter
writes text from left to right and turns the textline.
I'm writing text from top to bottom
that cannot be done with this parameter.
I don't turn the text.
Every single character has to be centered to the bitmap-width.
The problem is < l > is smaler like < W >.
So i need the width of every character, before i place it on screen.
I had a look inside the classes and it is working now.
I have to calculate with < textwidth > every single character of the text.
After that, the character has to be centered inside the bitmap.
That is, what i mean :
Regards
Uwe
The NESCAPEMENT - parameter
writes text from left to right and turns the textline.
I'm writing text from top to bottom
that cannot be done with this parameter.
I don't turn the text.
Every single character has to be centered to the bitmap-width.
The problem is < l > is smaler like < W >.
So i need the width of every character, before i place it on screen.
I had a look inside the classes and it is working now.
I have to calculate with < textwidth > every single character of the text.
After that, the character has to be centered inside the bitmap.
That is, what i mean :
Regards
Uwe
Last edited by ukoenig on Wed Apr 16, 2008 1:13 pm, edited 4 times in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- Detlef Hoefner
- Posts: 312
- Joined: Sat Oct 08, 2005 9:12 am
- Location: Germany
- Contact:
Vertical Text
Hello Detlef,
in the tools i have both options,
so erverybody can choose, what he prefers.
This option is included, because somebody
asked for it.
You can use : Animated gifs, brushes, gradients, colors
Everything works with a preview.
Regards
Uwe
in the tools i have both options,
so erverybody can choose, what he prefers.
This option is included, because somebody
asked for it.
You can use : Animated gifs, brushes, gradients, colors
Everything works with a preview.
Regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.