'Usage
Dim instance As PdfTrueTypeFont Dim text As String Dim value() As Byte value = instance.EncodeString(text)
public: array<byte>^ EncodeString( String^ text ) override
Parameters
- text
- String to convert.
Return Value
An array of bytes representing the string according to font encoding.