|
Put unicode characters to the signature widget To put national characters to the widget text, you need to put the whole text in unicode and also to include a font, which will be used to display the widget, to the document. 1. Putting the text to the widget in .NET is trivial:
Putting the text to the widget in VCL can be done as follows:
2. To embed a font, see TinySigner sample, shipped with SecureBlackbox.
Notes:
|

