Forum How do I...?

different fonts for intermixed chinese and english in same element?

mda
i have a client who wants to use a different font for english letters versus chinese characters in a single paragraph.
i could imagine this working out in either of two ways:

1. specify a font-family of 'SomeEnglishFont', 'SomeChineseFont' and then the renderer decides on a per-character basis whether to use the english or chinese fonts.
This assumes that SomeEnglishFont only has english letters (not a full unicode font), and it assumes the renderer makes a font selection on a per character basis (i don't know what the standards say about this if anything).

2. specify unicode ranges for the two fonts in css. but i don't know if Prince supports those?

thanks....
mikeday
Both of these will work! :D