TTMSFNCPDFGraphicsLibOutputWriter.FontCharArrayContainsValue Method
Returns
Truewhen the current font character array already containsACharValue.
API unit family: TMSFNCPDFCoreLibBase
Declaring type: TTMSFNCPDFGraphicsLibOutputWriter
Syntax
function FontCharArrayContainsValue(ACharValue: Integer): Boolean;
Parameters
| Name | Description |
|---|---|
ACharValue |
Unicode code point to search for. |
Returns
True if the code point is already recorded in the font character array; False otherwise.