File: 75-Helvetica-Bold.t

package info (click to toggle)
libpostscript-file-perl 2.22%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 820 kB
  • ctags: 274
  • sloc: perl: 7,056; sh: 51; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 309 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/perl
#---------------------------------------------------------------------
# Compare pre-compiled Helvetica-Bold metrics against Font::AFM
#---------------------------------------------------------------------

use strict;
use warnings;

use lib 't';
use Font_Test;

test_font('Helvetica-Bold');