Directory: text/
routines for handling text in graphics
.pro files
- vis_newline.pro
Returns the newline separator(s) for the OS: linefeed on UNIX platforms and carriage return/linefeeds for Windows.
- vis_streplace.pro
Handle string replacment with regular expressions.
- vis_strmerge.pro
Merges a string array into a single string separated by carriage return/linefeeds.
- vis_strunmerge.pro
Splits a scalar string with newline characters into a string array.
- vis_strwrap.pro
Wrap a string to a given width.
- vis_tex2idl.pro
Converts simple TeX notation to IDL format codes used in graphics output.