I am trying to print some Arabic text, and since we need to support bidirectional text, we are using bidi algorithm and Arabic Resharper. We are getting an exception to say
assert cid is not None, "Font %s can not represent '%s'" % (
AssertionError: Font HSNIbtisam can not represent 'ﺕ'
Knowing that the font support all Arabic characters.
I am trying to print some Arabic text, and since we need to support bidirectional text, we are using bidi algorithm and Arabic Resharper. We are getting an exception to say assert cid is not None, "Font %s can not represent '%s'" % ( AssertionError: Font HSNIbtisam can not represent 'ﺕ'
Knowing that the font support all Arabic characters.