OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Corel User Forums > CorelDRAW > Macros/Add-ons

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 16-11-2005, 04:39
Zizy
Guest
 
Posts: n/a
Thumbs down Font transform

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.
Reply With Quote
  #2  
Old 16-11-2005, 07:26
ddonnahoe's Avatar
ddonnahoe ddonnahoe is offline
Senior Member
 
Join Date: Jan 2004
Location: Louisville, KY
Posts: 552
Send a message via ICQ to ddonnahoe Send a message via AIM to ddonnahoe Send a message via MSN to ddonnahoe Send a message via Yahoo to ddonnahoe
Default

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.
Reply With Quote
  #3  
Old 16-11-2005, 10:05
Zizy
Guest
 
Posts: n/a
Default

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.
Reply With Quote
  #4  
Old 16-11-2005, 16:13
shelbym's Avatar
shelbym shelbym is offline
Senior Member
 
Join Date: Nov 2002
Location: Cheyenne, WY
Posts: 1,791
Blog Entries: 15
Send a message via ICQ to shelbym Send a message via AIM to shelbym Send a message via MSN to shelbym Send a message via Yahoo to shelbym
Default Font Example

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
Hope it helps,

Shelby
Reply With Quote
  #5  
Old 17-11-2005, 11:53
Zizy
Guest
 
Posts: n/a
Default

Thanks. That is what I needed. And what about not contour font? What reccomendations?
Reply With Quote
  #6  
Old 17-11-2005, 13:24
shelbym's Avatar
shelbym shelbym is offline
Senior Member
 
Join Date: Nov 2002
Location: Cheyenne, WY
Posts: 1,791
Blog Entries: 15
Send a message via ICQ to shelbym Send a message via AIM to shelbym Send a message via MSN to shelbym Send a message via Yahoo to shelbym
Default Contour Font

I am not sure what you are asking, what is a contour font?

Shelby
Reply With Quote
  #7  
Old 18-11-2005, 06:05
Zizy
Guest
 
Posts: n/a
Default

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.
Attached Images
 
Reply With Quote
  #8  
Old 18-11-2005, 13:09
bbolte
Guest
 
Posts: n/a
Question

are you wanting the text to be outlined or solid? not quite following, sorry...
Reply With Quote
  #9  
Old 18-11-2005, 15:29
shelbym's Avatar
shelbym shelbym is offline
Senior Member
 
Join Date: Nov 2002
Location: Cheyenne, WY
Posts: 1,791
Blog Entries: 15
Send a message via ICQ to shelbym Send a message via AIM to shelbym Send a message via MSN to shelbym Send a message via Yahoo to shelbym
Default Text

At least that makes two of use that are lost. Hopefully we can help, as soon as we understand the problem and question.

Shelby
Reply With Quote
  #10  
Old 18-11-2005, 18:14
Fluid
Guest
 
Posts: n/a
Default

Soundsand looks like Zizy is wanting to find a center line of a font/object?

If not than maybe a double outline?
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -5. The time now is 06:55.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com