Justin.
> Same problem as for double quotes:-
There are 2 solutions here:
1) quote a font name in FO (within the 'font-family' attribute).
It will look like:
<fo:block font-family="OCR-B (CBA), Symbol, serif" font-weight="normal">
BTW OCR-B (CBA) rocks
</fo:block>
2) remove parenthesis in XEP configuration file and in FO:
xep.xml:
<font-family name="OCR-B">
<font><font-data ttf="TT0646Z_.ttf"/></font>
</font-family>
FO:
<fo:block font-family="OCR-B, Symbol, serif" font-weight="normal">
BTW OCR-B (CBA) rocks
</fo:block>
Unfortunately, the font file for OCR-B-10(CBA) font family
(TT0646Z_.ttf) has not Unicode 'cmap' table.
As stated in our documentation, XEP does not support such fonts.
For details, see http://www.renderx.com/reference.html#Configuring_TrueType
Best regards,
Alexei Gagarinov
RenderX
--- www.renderx.net ------------------- (*) To unsubscribe, send a message with words 'unsubscribe xep-support' in the body of the message to majordomo@renderx.com from the address you are subscribed from. (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/terms-of-service.htmlReceived on Wed May 16 08:24:18 2007
This archive was generated by hypermail 2.1.8 : Wed May 16 2007 - 08:24:23 PDT