# fontsample A macOS-specific program for generating a PDF with text sample of a specific font file. ``` $ make $ ./fontsample -h usage: ./fontsample [options] options: -h, -help Show usage and exit. -z, -size Font size to render. Defaults to 96. -t, -text Text line to render. Defaults to "Rags78 **A**". -o Write output to instead of default filename. Defaults to .pdf. If the provided filename ends with ".png" a PNG is written instead of a PDF. Any font file that macOS can read. ```