File: ttf2ufm

package info (click to toggle)
php-dompdf 3.1.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,900 kB
  • sloc: php: 26,940; sh: 118; xml: 100; makefile: 31
file content (9 lines) | stat: -rwxr-xr-x 197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/env php
<?php

# Package: php-font-lib
require_once '/usr/share/php/FontLib/autoload.php';

$font = \FontLib\Font::load($argv[1]);
$font->saveAdobeFontMetrics($argv[2]);
$font->close();