I think the issue goes deeper than just fonts in this case. I've
successfully run load_font.php on Thonburi (the font used in OSX to
render Thai text) to get Thai text support. However, all Thai glyphs
appear as question marks, as per the original report. My only style
is:
body { font-family: "Thonburi", "Times New Roman", serif; }
I thought this was a simple matter of someone not reading the
instructions and failing to Google, but that does not appear to be the
case. Font files being used are attached and any extra eyes would be
greatly appreciated.
--
Woody Gilk
http://about.me/shadowhand
> --
> You received this message because you are subscribed to the Google Groups "dompdf-dev" group.
> To post to this group, send email to dompd...@googlegroups.com.
> To unsubscribe from this group, send email to dompdf-dev+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/dompdf-dev?hl=en.
>
>
def("DOMPDF_UNICODE_ENABLED", true)
> ensure that your document is UTF8-encoded and include a meta header
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
Both requirements seem to be met, yet Thai text is still just lots of
question marks.
-Woody