Skip to content

Commit

Permalink
Remove fontfile option and superfluous title
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanSchroeder committed Dec 18, 2024
1 parent 0479e26 commit 9e718ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ttfsample.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ var otfNameFields = map[int]string{
25: "VariationsPostScriptPrefix",
}

var title = "Default Title"

var defaultJabberText = []string{
"abcdefghijklmnopqrstuvwxyz",
"ABCDEFGHIJKLMNOPQRSTUVWXYZ",
Expand All @@ -80,7 +78,6 @@ var freesansbold []byte

var (
dpi = flag.Float64("dpi", 72, "screen resolution in Dots Per Inch")
fontfile = flag.String("fontfile", "", "filename of the ttf/otf font")
hinting = flag.String("hinting", "none", "none | full")
outdir = flag.String("outdir", "png", "Output directory")
size = flag.Float64("size", 100, "font size in points")
Expand Down

0 comments on commit 9e718ee

Please sign in to comment.