![]() |
#1
|
|||
|
|||
![]()
I speak english bad. But i did not find the answer. I want to transform a contour font in not contour such as ARIAL. How it is the most easier do.I has tried 3 ways by VBA, but all them are iccorectly. I think there is a easy way this to do, but i can not find it. Thank you for any help.
And yet one. How by VBA format text? Such as font, size, and other properties. I cann't find already week. |
#2
|
||||
|
||||
![]()
Are you trying to edit text that has already been created or are you creating from nothing?
__________________
Sean Waiting for a ride in the T.A.R.D.I.S. |
#3
|
|||
|
|||
![]()
After transform i will not edit the text. All its properties I must set before transforming. My text is fitt to path.
Last edited by Zizy; 16-11-2005 at 10:08. |
#4
|
||||
|
||||
![]()
Here is an example of creating text and changing the font and size:
Code:
Sub Test() Dim d As Document Dim s As Shape Dim t As Text Set d = CreateDocument Set s = d.ActiveLayer.CreateParagraphText(3, 3, 5, 5, "This is an example.") Set t = s.Text t.Story.Font = "Arial" t.Story.Size = 24 End Sub Shelby |
#5
|
|||
|
|||
![]()
Thanks. That is what I needed. And what about not contour font?
![]() |
#7
|
|||
|
|||
![]()
I need to do from black text grey one. I will finish the work by a few days, but interestning how posibile transform such text by other way not as my.
|
#8
|
|||
|
|||
![]()
are you wanting the text to be outlined or solid? not quite following, sorry...
|
#10
|
|||
|
|||
![]()
Soundsand looks like Zizy is wanting to find a center line of a font/object?
If not than maybe a double outline? |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Someone make an Active List Font macro | dungbtl | CorelDRAW/Corel DESIGNER VBA | 8 | 28-10-2019 09:53 |
T1 fonts & Bitstream font nav. vs Corel draw 12 & 11 | xombie | General | 2 | 22-05-2005 17:35 |
weird font issue | bbolte | CorelDRAW/Corel DESIGNER VBA | 1 | 21-04-2005 15:20 |
how to specify the font size in inches | bbolte | CorelDRAW/Corel DESIGNER VBA | 14 | 26-01-2005 22:19 |
Bitstream Font Nav Problem | ddonnahoe | General | 0 | 16-12-2004 08:25 |