<AFP charset> CHARSET <font> [style] [size]
Example 1 // Charset mappingC0H200A0 CHARSET Arial 11.0C0H30080 CHARSET Arial Italic 8.0C0H40070 CHARSET Arial Bold 7.0C0H500B0 CHARSET Arial Bold,Italic 12.0// Charset mappingC0H200A0 CHARSET Arial
• NOT_BOLD – Mapped fonts will always be plain in the output.
• USE_BOLD – Mapped fonts will always be bold in the output.
• NOT_ITALIC – Mapped fonts will always be plain in the output.
• USE_ITALIC – Mapped fonts will always be italic in the output.<AFP charset> CHARSET <font> <keyword> [size]
Example 3 // Charset mappingC0HL05GP CHARSET Arial USE_BOLD 5.0You can use “!” to override the font size specified in the AFP charset resource.
Example 4 // Charset mappingCOHL10GP CHARSET Arial !10.0
Example 5 In this example C?H500B0 matches C0H500B0, C1H500B0, C2H500B0 etc.// Charset mappingC?H500B0 CHARSET Arial Bold,Italic 12C?H30080 CHARSET Arial Italic 8In this example C?H500%0 matches, for example, C1H500B0. The font size is derived from the B and set to 12.//Charset mappingC?H500%0 CHARSET Arial Bold,ItalicC?H300%0 CHARSET Arial Italic
| OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |