View Single Post
07/29/14, 04:51 PM   #5
mattmillus
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 13
Thanks for the input. In the end I decided to change the functionality of my addon a bit so as to not need formatted text in the textbuffer controls.

However for anyone else looking to accomplish this in the future, the best solution I found was to set the textbuffer's font to 'Consolas', which actually comes with ESO as part of its built in font package, but is never instantiated from xml. You can make a fonts.xml file for your addon and add "EsoUi/Common/Fonts/consola.ttf"
  Reply With Quote