Go Back   CodingForums.com > :: Client side development > Graphics and Multimedia discussions

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-21-2003, 05:27 AM   PM User | #1
Veneficus
New Coder

 
Join Date: Jun 2003
Location: the dark side of the moon
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Veneficus is an unknown quantity at this point
Text Art... is it even possible

I am accustomed to programs such as MS Publisher, MS Word, and other document-creating software that includes text art (or Word Art for MS users). Things such as slanting or arcing text, etc. However, the only examples I have seen on-line of anyone using text art rely on graphics files and bandwidth-hogging images. I believe it should be possible to accomplish this strictly through the code, instead of using images. Am I right? Can it be coded? And if so, can someone please either tell me how or direct me to a place where I can learn.
Veneficus is offline   Reply With Quote
Old 07-21-2003, 05:50 AM   PM User | #2
beetle
Senior Coder

 
Join Date: Aug 2002
Posts: 3,467
Thanks: 0
Thanked 0 Times in 0 Posts
beetle has a little shameless behaviour in the past
This *could* be done, but I've never seen it, and it would be alot of work.

There's no "ready-made" solution that I know of, sorry.
__________________
My Site | fValidate | My Brainbench | MSDN | Gecko | xBrowser DOM | PHP | Ars | PVP
“Minds are like parachutes. They don't work unless they are open”
“Maturity is simply knowing when to not be immature”
beetle is offline   Reply With Quote
Old 07-21-2003, 06:17 AM   PM User | #3
Veneficus
New Coder

 
Join Date: Jun 2003
Location: the dark side of the moon
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Veneficus is an unknown quantity at this point
I don't expect it to be easy. I didn't really expect a ready-made solution either. But I am kind of hoping that maybe someone else has thought about this in the past and/or knows something they can teach me.
Veneficus is offline   Reply With Quote
Old 07-21-2003, 07:47 AM   PM User | #4
beetle
Senior Coder

 
Join Date: Aug 2002
Posts: 3,467
Thanks: 0
Thanked 0 Times in 0 Posts
beetle has a little shameless behaviour in the past
I'm not 100% positive on how long this would take, but it would be fairly complicated and not something I'm personally prepared to become involved with.
__________________
My Site | fValidate | My Brainbench | MSDN | Gecko | xBrowser DOM | PHP | Ars | PVP
“Minds are like parachutes. They don't work unless they are open”
“Maturity is simply knowing when to not be immature”
beetle is offline   Reply With Quote
Old 07-21-2003, 10:02 AM   PM User | #5
cg9com
Senior Coder

 
Join Date: Jul 2002
Posts: 1,628
Thanks: 0
Thanked 0 Times in 0 Posts
cg9com is an unknown quantity at this point
Clarify?
You mean making images with code?
Anything that would be done, will take alot of actual code, and wouldn't completely rule out just using an image anyway.

You can use PHP to draw lines, fill in color etc.
But that would also be time consuming, and need alot of loading.
__________________

Moderator: General web building

Get out from under them, resist and multiply.
Get out from under precipice and see the sky.
cg9com is offline   Reply With Quote
Old 07-21-2003, 05:15 PM   PM User | #6
Roy Sinclair
Senior Coder

 
Join Date: Jun 2002
Location: Wichita
Posts: 3,880
Thanks: 0
Thanked 0 Times in 0 Posts
Roy Sinclair will become famous soon enough
SVG is a standard specification which allows for text being strung out along a path (not just a straight line).

Of course the browser has to have the SVG plugin, Flash allows the same thing with wider support right now but it's not a standard like SVG.
__________________
Check out the Forum Search. It's the short path to getting great results from this forum.
Roy Sinclair is offline   Reply With Quote
Old 07-21-2003, 05:46 PM   PM User | #7
beetle
Senior Coder

 
Join Date: Aug 2002
Posts: 3,467
Thanks: 0
Thanked 0 Times in 0 Posts
beetle has a little shameless behaviour in the past
For the record (since I didn't say) I was thinking of DHTML solutions using HTML text.
__________________
My Site | fValidate | My Brainbench | MSDN | Gecko | xBrowser DOM | PHP | Ars | PVP
“Minds are like parachutes. They don't work unless they are open”
“Maturity is simply knowing when to not be immature”
beetle is offline   Reply With Quote
Old 07-21-2003, 09:44 PM   PM User | #8
Veneficus
New Coder

 
Join Date: Jun 2003
Location: the dark side of the moon
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Veneficus is an unknown quantity at this point
Well, I've been doing some searching, and got the hint that maybe Java can accomplish what I want. The problem is, I'm not understanding all of this yet. I obviously have some studying to do.
Veneficus is offline   Reply With Quote
Old 07-28-2003, 10:49 AM   PM User | #9
swmr
Regular Coder

 
Join Date: Feb 2003
Posts: 638
Thanks: 0
Thanked 0 Times in 0 Posts
swmr is an unknown quantity at this point
This probably isn't what you're looking to do, but I found it interesting: ASCII Generator is a free program that converts images to text (which could then be manupulated w/javascript). Setting the font-size to 1px shows the greatest detail...
__________________
hmm... ?
swmr is offline   Reply With Quote
Old 08-07-2003, 04:59 AM   PM User | #10
Drakain Zeil
New Coder

 
Join Date: Jul 2003
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Drakain Zeil is an unknown quantity at this point
1pixel font kinda defeats the purpse eh? .

I beleive the effect you are looking for can be done in PHP, how to do it is somthing I'm not sure of.
Drakain Zeil is offline   Reply With Quote
Old 08-07-2003, 05:28 AM   PM User | #11
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
Quote:
Originally posted by Roy Sinclair
Of course the browser has to have the SVG plugin
Or native support for the SVG namespace, like Mozilla or Amaya.
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Old 08-07-2003, 02:11 PM   PM User | #12
swmr
Regular Coder

 
Join Date: Feb 2003
Posts: 638
Thanks: 0
Thanked 0 Times in 0 Posts
swmr is an unknown quantity at this point
Quote:
1pixel font kinda defeats the purpse eh?

Well, no... but the file size becomes a problem.
__________________
hmm... ?
swmr is offline   Reply With Quote
Old 08-07-2003, 03:38 PM   PM User | #13
Roy Sinclair
Senior Coder

 
Join Date: Jun 2002
Location: Wichita
Posts: 3,880
Thanks: 0
Thanked 0 Times in 0 Posts
Roy Sinclair will become famous soon enough
Quote:
Originally posted by jkd
Or native support for the SVG namespace, like Mozilla or Amaya.
Mozilla doesn't have native support yet. I know a group is working on it and I can get a draft version but it isn't in the released versions yet.
__________________
Check out the Forum Search. It's the short path to getting great results from this forum.
Roy Sinclair is offline   Reply With Quote
Old 08-07-2003, 06:11 PM   PM User | #14
jkd
Senior Coder

 
jkd's Avatar
 
Join Date: May 2002
Location: metro DC
Posts: 3,163
Thanks: 1
Thanked 18 Times in 18 Posts
jkd will become famous soon enough
Quote:
Originally posted by Roy Sinclair
Mozilla doesn't have native support yet. I know a group is working on it and I can get a draft version but it isn't in the released versions yet.
It just takes a compiler flag to enable it. I've been using SVG builds since 1.0. Check in the directory with the other releases, you'll see them available for download.
__________________
jasonkarldavis.com
jkd is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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


All times are GMT +1. The time now is 03:57 PM.


Advertisement
Log in to turn off these ads.