I'm working with PowerPoint and I've got an element like this:
<a:latin typeface="Arial" panose="020B0604020202020204" pitchFamily="34" charset="0"/>
I understand conceptually that the panose property rolls up a bunch of properties in a coded string, but all the docs have this in a format that is not hex, like this value here. I tried converting this to decimal, but it yielded results that didn't line up with the panose domain, as far as I could tell.