How can i bold a inline string while writing to the document.
I tried the especial characters \033 but it seems that them just works on console prints not pdf outputs because them are explicitly printed in the pdf as \033... is there any other way to format strings in bold?
EDIT:
what i mean is, i need to print non-ASCII characters to a file how can i accomplish it