I'm trying to draw a particular font in a particular style, using Xft and fontconfig. I know it's possible, because font-manager will let me preview it. (Terminus, in italics, FWIW.)
However, I cannot seem to figure out the right font name to pass to XftFontOpenName to actually make it show up in my program.
Back in the old X font days, I could use xfontsel
to browse fonts and get it to show me the precise XLFD font name needed to get what I'm looking at. Does anything like that exist for fontconfig?