TheSwamp

Code Red => VB(A) => Topic started by: Humbertogo on April 25, 2007, 10:47:10 AM

Title: Mtext w one vet font line
Post by: Humbertogo on April 25, 2007, 10:47:10 AM
How to create Mtext which one of the lines is vet font

test
123222
1222
Title: Re: Mtext w one vet font line
Post by: Bryco on April 25, 2007, 11:19:23 AM
Humbertogo, are you asking how to write mtext with different fonts? (I'm not sure if vet is a font).
If so, write the line the way you want it in cad, then debug.print it's mtext.textstring, this will give you the formatting you want. Below is an example \P means next line
{\fArial CE|b0|i0|c238|p34;Frst Line\P}Second line
Title: Re: Mtext w one vet font line
Post by: Humbertogo on April 26, 2007, 03:28:14 AM
Thanks
 8-)