|
Posted by Tim Roberts on 02/11/06 08:22
"EvilJordan" <EvilJordan@aol.com> wrote:
>
>Has anyone else encountered the problem of TTF files when called upon to
>generate text in PHP don't seem to have their kerning values applied? Has
>anyone figured out how to fix it?
I don't understand the connection with PHP here. Are you saying, for
example, that this doesn't look right:
<html><body>
<span style="font: 14pt Comic Sans MS">Testing</span>
</body></html>
You understand that you can't use arbitrary font files in a web page,
unless the browser's system also happens to have that font installed?
If I've misunderstood your question, try it again with an example.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
[Back to original message]
|