TTMSFNCPDFGraphicsLibOutputWriter.OnNotifyUnicode Event
Fired when Unicode text is added, allowing the caller to build a ToUnicode CMap for the embedded font.
API unit family: TMSFNCPDFCoreLibBase
Declaring type: TTMSFNCPDFGraphicsLibOutputWriter
Syntax
OnNotifyUnicode: TTMSFNCPDFGraphicsLibOutputWriterNotifyUnicodeEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The output writer that emitted the Unicode text. |
AValue |
The Unicode string added to the content stream. |