Doc: Fix xml example of public.fontInfo
String values were using <integer> tag.
This commit is contained in:
parent
3bdcbe9269
commit
992eb5dc3c
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user