[xep-support] Font names with parentheses in them

Alexei Gagarinov agagarinov at renderx.com
Wed May 16 07:39:49 PDT 2007


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 at 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.html



More information about the Xep-support mailing list