Hi!
I have an HTML document that hast lots of "non-standard" (non-English) characters:
mathematical symbols, CJK characters, etc. Consider following example:
---8<----------------------------------
<!DOCTYPE html>
<html>
<head>
<title>Unicode test</title>
</head>
<body>
𝓏
</body>
</html>
---8<----------------------------------
I can see it well in my browser because I have Cambria Math font that contains this character,
but as I understand, Prince is limited to only few font families by default. Am I right?
Prince doesn't see the character and replaces it with '?'.
As I understand, I cannot just create a CSS for my fonts because I have no a single font
that contains all of the characters that are in my document. So for some characters the browser
uses one font and for some -- another one.
Is it possible to set it up so the Prince will look for every unknown character for fonts that contain it?
Thank you.
I have an HTML document that hast lots of "non-standard" (non-English) characters:
mathematical symbols, CJK characters, etc. Consider following example:
---8<----------------------------------
<!DOCTYPE html>
<html>
<head>
<title>Unicode test</title>
</head>
<body>
𝓏
</body>
</html>
---8<----------------------------------
I can see it well in my browser because I have Cambria Math font that contains this character,
but as I understand, Prince is limited to only few font families by default. Am I right?
Prince doesn't see the character and replaces it with '?'.
As I understand, I cannot just create a CSS for my fonts because I have no a single font
that contains all of the characters that are in my document. So for some characters the browser
uses one font and for some -- another one.
Is it possible to set it up so the Prince will look for every unknown character for fonts that contain it?
Thank you.