I'm using the SquiggleTagQuickInfoProvider along with the parsing framework and the ParseErrorTagger. The font used in the tooltip popup that appears is the same as the one used in the editor.
How do I change the font used in the tooltip popup?
I'm using the SquiggleTagQuickInfoProvider along with the parsing framework and the ParseErrorTagger. The font used in the tooltip popup that appears is the same as the one used in the editor.
How do I change the font used in the tooltip popup?
Hi Jared,
That's odd... we don't see that behavior in our samples. Are you able to repro it in a new simple sample project that we could look at? If so, please email it to our support address, reference this post, and rename the .zip file extension so it doesn't get spam blocked.
But in any case, the type used there is IntelliPromptQuickInfo. If you make an implicit style for that type and set the FontFamily in it, put the style in your app.Resources and it should update things.
Please log in to a validated account to post comments.