File: fontforge.xml

package info (click to toggle)
fontforge 0.0.20120101%2Bgit-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 35,756 kB
  • sloc: ansic: 556,562; sh: 236; makefile: 162; xml: 11; python: 11
file content (11 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
   <mime-type type="application/vnd.font-fontforge-sfd">
     <sub-class-of type="text/plain"/>
     <comment>Fontforge Spline Font Database</comment>
     <glob pattern="*.sfd"/>
     <magic>
       <match type="string" offset="0" value="SplineFontDB"/>
     </magic>
   </mime-type>
</mime-info>