473,387 Members | 1,420 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Font Rendering Component

We are currently running IIS 6 on Windows Server 2003.

I am looking for a font rendering component. It should take a typeface
(Truetype) and print out the supplied text as a .GIF or .JPG

It should work with traditional .ASP or .NET.

I have looked at ServerObjects, Inc.

Any others?

Julian
Aug 3 '06 #1
5 1387
I'm not sure why you would want to do this, but you may want to look into
Microsoft weft.
it allows you to create font objects that download onto the users machine
"stjulian" <st******@discussions.microsoft.comwrote in message
news:O8**************@TK2MSFTNGP02.phx.gbl...
We are currently running IIS 6 on Windows Server 2003.

I am looking for a font rendering component. It should take a typeface
(Truetype) and print out the supplied text as a .GIF or .JPG

It should work with traditional .ASP or .NET.

I have looked at ServerObjects, Inc.

Any others?

Julian

Aug 3 '06 #2
Simple, I want to generate headline graphics on the fly without embedding a
font through weft (as I do on our intranet). Yahoo! Stores has a similar
html command available to create a graphic text element. It's just being
used to create labels and banners, not paragraph text (so much), and I have
Googled it till I'm Googley-eyed and cannot find but these two.

I have also looked at

PowerDoc for ASP/.NET
http://www.d-type.com/pdocasp/index.htm

ServerObjects, Inc.
http://www.serverobjects.com/comp/Aspimage.htm
Julian

"Slim" <me@here.comwrote in message
news:%2******************@TK2MSFTNGP06.phx.gbl...
I'm not sure why you would want to do this, but you may want to look into
Microsoft weft.
it allows you to create font objects that download onto the users machine
"stjulian" <st******@discussions.microsoft.comwrote in message
news:O8**************@TK2MSFTNGP02.phx.gbl...
>We are currently running IIS 6 on Windows Server 2003.

I am looking for a font rendering component. It should take a typeface
(Truetype) and print out the supplied text as a .GIF or .JPG

It should work with traditional .ASP or .NET.

I have looked at
Any others?

Julian


Aug 3 '06 #3
Gazing into my crystal ball I observed "stjulian"
<st******@discussions.microsoft.comwriting in
news:eZ**************@TK2MSFTNGP02.phx.gbl:

AFAIK, only PHP can do that.
Simple, I want to generate headline graphics on the fly without
embedding a font through weft (as I do on our intranet). Yahoo! Stores
has a similar html command available to create a graphic text element.
It's just being used to create labels and banners, not paragraph text
(so much), and I have Googled it till I'm Googley-eyed and cannot find
but these two.

I have also looked at

PowerDoc for ASP/.NET
http://www.d-type.com/pdocasp/index.htm

ServerObjects, Inc.
http://www.serverobjects.com/comp/Aspimage.htm
Julian

"Slim" <me@here.comwrote in message
news:%2******************@TK2MSFTNGP06.phx.gbl...
>I'm not sure why you would want to do this, but you may want to look
into Microsoft weft.
it allows you to create font objects that download onto the users
machine
"stjulian" <st******@discussions.microsoft.comwrote in message
news:O8**************@TK2MSFTNGP02.phx.gbl...
>>We are currently running IIS 6 on Windows Server 2003.

I am looking for a font rendering component. It should take a
typeface (Truetype) and print out the supplied text as a .GIF or
.JPG

It should work with traditional .ASP or .NET.

I have looked at
Any others?

Julian





--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share

Aug 4 '06 #4

stjulian wrote:
Simple, I want to generate headline graphics on the fly without embedding a
font through weft (as I do on our intranet). Yahoo! Stores has a similar
html command available to create a graphic text element. It's just being
used to create labels and banners, not paragraph text (so much), and I have
Googled it till I'm Googley-eyed and cannot find but these two.
Look at the GDI+ libraries in .Net. You should be able to end up with
a service which you can just pass '?text=Monkey' to, and it'll render
an image with that text in a fancy font and what-have-you.

Try this:
http://www.codersource.net/asp_net_i...om_string.aspx

And the GDI library references on MSDN:
http://msdn2.microsoft.com/en-us/lib...m.drawing.aspx
http://msdn2.microsoft.com/en-us/lib...drawing2d.aspx
http://msdn2.microsoft.com/en-us/lib...wing.text.aspx

I've seen it done quite neatly before, although haven't been directly
involved in it.

Aug 4 '06 #5
Have you looked at GDI+ and System.Drawing in dotnet?

--
Mike Brind
stjulian wrote:
Simple, I want to generate headline graphics on the fly without embedding a
font through weft (as I do on our intranet). Yahoo! Stores has a similar
html command available to create a graphic text element. It's just being
used to create labels and banners, not paragraph text (so much), and I have
Googled it till I'm Googley-eyed and cannot find but these two.

I have also looked at

PowerDoc for ASP/.NET
http://www.d-type.com/pdocasp/index.htm

ServerObjects, Inc.
http://www.serverobjects.com/comp/Aspimage.htm
Julian

"Slim" <me@here.comwrote in message
news:%2******************@TK2MSFTNGP06.phx.gbl...
I'm not sure why you would want to do this, but you may want to look into
Microsoft weft.
it allows you to create font objects that download onto the users machine
"stjulian" <st******@discussions.microsoft.comwrote in message
news:O8**************@TK2MSFTNGP02.phx.gbl...
We are currently running IIS 6 on Windows Server 2003.

I am looking for a font rendering component. It should take a typeface
(Truetype) and print out the supplied text as a .GIF or .JPG

It should work with traditional .ASP or .NET.

I have looked at
Any others?

Julian
Aug 4 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: StaZ | last post by:
Hello I have a ASP script that generates a jpg/gif image using the Overpower.ImageLib component. I do all my tests on my own intranet server before uploading it to the webhost Actually i...
133
by: Philipp Lenssen | last post by:
Why is there no standardized and well-working way for a web-page to offer the font for download/embed it, in order to be displayed on the page? No matter what you think of the preferred font of a...
115
by: J | last post by:
I've run CSSCheck on my style sheets and I always get a warning similar to this: "font: bold 9pt/100% sans-serif Warning: Absolute length units should not generally be used on the Web ..." ...
12
by: Dan | last post by:
Hi, I just started using this DTD statement (auto-inserted by Dreamweaver MX 2004): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> ...
1
by: Marco | last post by:
I must use text in Opengl, Python This text is for architecture design then I need to use AutoCad fonts (extension .shx). I have two troubles: I don't find a guide, a good program, something...
3
by: dave | last post by:
Hello: I have array of Label controls allocated danamically. When I'm trying to change font as: LabelLeft.Font.Strikeout = false; I have error: "Property or indexer...
60
by: deko | last post by:
As I understand it, most browser manufacturers have agreed on 16px for their default font size. So, this should be an accurate conversion for percentages: px % 16 = 100 14 = 87.5 13 =...
28
by: eastcoastguyz | last post by:
I'm a newbie to CSS, so be kind. :-) I have looked at examples of CSS and have not seen this yet. How can you change the colors of the text in the same word in CSS? For example, when how can you...
14
by: Roedy Green | last post by:
Is there a shortcut way to define the default font family (and characteristics) to be applied to all styles? -- Roedy Green Canadian Mind Products The Java Glossary http://mindprod.com
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.