2

I'm working on my first UWP app for Xbox One. I would like to display icons for the Buttons on the Xbox One controller (A,B,X,Y,RB,LB, etc...).

Microsoft uses the Segoe Xbox MDL2 Symbol font on Xbox, but I cannot find any documentation for this font. Does anyone know the Unicode values for each button ?

I know that



displays the X button on the UI, but I need the rest of the buttons.

Maximus
  • 1,441
  • 14
  • 38

1 Answers1

4

@Massimo Cacchiotti, I have found the similar issue about Segoe Xbox MDL2 Symbol in msdn. And Stu has given acceptable answer that you could refer to. The following is answer reference.

I found that the standard Segoe MDL2 Symbol font on my Creators Update Windows 10 PC had been upgraded from the version that was installed when it was on the Anniversary Edition and now includes all the extra values included from the Xbox version.
See if this helps you: enter image description here

Nico Zhu
  • 32,367
  • 2
  • 15
  • 36