File: fontforge.xml

package info (click to toggle)
fontforge 0.0.20100501-5
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 44,440 kB
  • ctags: 35,987
  • sloc: ansic: 551,012; sh: 8,308; makefile: 267; 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>