We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panose classifications for MS Word font descriptions are currently hard-coded (=broken):
<w:font w:name="Verdana"> <w:altName w:val=" Arial"/> <w:panose-1 w:val="020B0604030504040204"/>
If a <w:font> description is given at all, and the <w:panose> classification is present, it should be accurate.
<w:font>
<w:panose>
The text was updated successfully, but these errors were encountered:
hacksalot
No branches or pull requests
Panose classifications for MS Word font descriptions are currently hard-coded (=broken):
If a
<w:font>
description is given at all, and the<w:panose>
classification is present, it should be accurate.The text was updated successfully, but these errors were encountered: