2

I want to detect what is the Font of some Button in an application.

I have tried Inspect From Windows Kit, but as I see, it does not have Font property for the UI elements. The same with Accessibility Insights.

GUIPropView has Font property, but it is empty for the Button I am inspecting.

Can you advise of another tool that can show the font?

Thanks!

Matas Vaitkevicius
  • 58,075
  • 31
  • 238
  • 265
RK Coder
  • 398
  • 2
  • 14

2 Answers2

1

You can only possibly view the font of a button using Inspect or Accessibility Insights for Windows if the UIA Text pattern is available on an element.

Most of the time, the Text pattern won't be available.

Rob Gallo
  • 21
  • 2
0

I was able to inspect the font that was being used on a form I needed to, by using Windows Detective.

  1. select your window on the left or use the eye-dropper tool.
  2. choose View Properties
  3. the Font section is near the bottom.