Doc: Fix xml example of public.fontInfo

String values were using <integer> tag.
This commit is contained in:
Khaled Hosny 2024-01-25 20:42:47 +02:00
parent 3bdcbe9269
commit 992eb5dc3c

View File

@ -869,9 +869,9 @@ info of the sources.
<key>styleName</key>
<string>Regular</string>
<key>postscriptFontName</key>
<integer>MyFontNarrVF-Regular</integer>
<string>MyFontNarrVF-Regular</string>
<key>trademark</key>
<integer>My Font Narrow VF is a registered trademark...</integer>
<string>My Font Narrow VF is a registered trademark...</string>
</dict>
</dict>
</lib>