News

The main functions live in htf.py. parse_map() extracts the Postscript and TeX names, encodings, and Type 1 glyph from a Postscript map file. write_htf() takes a mapping with character positions as ...
I found that if I change font name in a table or paragraph, it only works for the latin charaters and numbers, this is my code. p = text_frame.paragraphs[0] run = p.add_run() font = run.font font.size ...