Overpower.ImageLib Fonts Problem

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 try to use the font "CasacedScript" to generates page titles.

On my Intranet it works perfectly... but when uploading it, it doesn't work anymore... it shows the font Times instead.

I send the font installation package to my host to have them install them on their server and they did it... now actually it doesn't work with the ImageLib component.

But we tried something, we wrote a HTML page with that :
<font face=CascadeScript size=+5>testing the font</font>

when called by IExplorer directly on the server, this work... the good Font is showed... but when i try using my component to get this font... it doesn't seem to work.

Since the HTML page can display it, it must be installed on the server... so why does my component don't display the good font?

here's my code for generating images:

View Replies


ADVERTISEMENT

Overpower.ImageLib Fonts

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 try to use the font "CasacedScript" to generates page titles.

On my Intranet it works perfectly... but when uploading it, it doesn't work anymore... it shows the font Times instead.

I send the font installation package to my host to have them install them on their server and they did it... now actually it doesn't work with the ImageLib component.

But we tried something, we wrote a HTML page with that: ....

View Replies View Related

Different Fonts

I want to use a particular font(which is not available by default in the system) which could be used by every client that opens my webpage, so how can it be made possible?
through CSS or by any other means.

View Replies View Related

New Fonts

I have Persits's ASPJpeg 1.4 installed on a Windows 2003/IIS 6. I added several new fonts (free download from other site) to the system (Start->Control Panel->Fonts->File->Install New Fonts).

I am trying to use the fonts on my script to "watermark" pictures. However, the results always in arial (the default font). If I use courier or some standard font in windows, it works, but when I switch to my new fonts, it doesn't work.

Anyone know what's going on? Is there settings in either ASPJpeg or IIS/Windows that I need to adjust?

View Replies View Related

Using Uncommon Fonts

I am trying to use ML-TTKarthika font in one of my pages. It s a font for the Indian language Malayalam. I declared

<meta http-equiv="content-type" content="text/html; charset=x-user-defined">
in the headers also defined style
<STYLE TYPE="text/css">
@font-face {
font-family: ML-TTKarthika;
font-style: normal;
font-weight: normal;
src: url(MLTTKAR0.eot);
}
-->
</STYLE>

But its not working for characters with ascii greater than 127.The browser shows a square mark for these characters but in notepad it reads fine. i have embedded the .eot file to the webpage following the instructions given by microsoft.

View Replies View Related

Use Custom Fonts

im interested in replicating how moonpig.com 's card editor works. in particular how you can display a custom server side font in a wysiwyg editor. i know moonpig uses .net but can this be accomplished using plain ol' asp ?

View Replies View Related

Retrieving Unicode Fonts

I'm trying to read data from an Access database and want the columns to be displayed
according to the alphabet. Now I'm trying the Like statement and passing the unicode value of the alphabet through the query but it retuns no value. An example is given below:

SELECT DISTINCT HindiWord FROM Database1 WHERE HindiWord LIKE '&#2309;%'

Here I'm trying to retrieve all the words with "A" alphabet in Devanagri script.

The HindiWord has data in a unicode font. However this is not working. I dont know if there is any other way in which I could filter when retrieving.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved