c++ - Having multiple fonts in Unix text files -
is possible?
basically, have feature called view tty(teletype), , brings text file generated programatically in c++ using standard string manipulation functions
my question is, there way have text file on unix texts of different font sizes?
and if so, can font sizes of text in c++ before writing text file? or, have written format pdf?
please suggest whatever libraries/format know.
text files contain text; not (nominally) contain information concerning how text displayed. nominally, however, because it's quite possible program interpret of text markup—i've output latex source text, , allows number of fonts.
if file going viewed viewer, need find out it supports in form of markup, , insert in text file. if have several different viewers different conventions, you'll have define neutral convention (or use existing one, existing ones complex), , write filters each of targeted viewers, converts markup viewer expects.
Comments
Post a Comment