Dave <[EMAIL PROTECTED]> writes:

> Good Evening,
>      I posted on this board a couple of days ago with a problem with
> fonts on linux.  I didn't realize till today but when I use Batik to
> convert svg to a jpg, it seems like it only uses one font. I tried a
> couple of fonts in the text tags, but it always uses the java default
> font. Has anyone ever seen this behavior before, or does anyone know
> how to fix this?

Try some CSS:

@font-face {
  font-family: "Baekmuk Dotum";
  src: url("dotum.ttf");
}

text {
  font-family: "Baekmuk Dotum";
  font-size: 14px;
  font-weight: bold;
}

-- 
Måns Rullgård
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to