Skip to content

Commit

Permalink
heigher x-ratio, better for long texts
Browse files Browse the repository at this point in the history
  • Loading branch information
michiwend committed Oct 13, 2014
1 parent ad2b9cb commit a5575d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion goplaceholder.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

const (
maxTextBoundsToImageRatioY = 0.23
maxTextBoundsToImageRatioX = 0.44
maxTextBoundsToImageRatioX = 0.64
dpi = 72.00
testFontSize = 1.00 // use heigher values (>=100) when hinting enabled
)
Expand Down

0 comments on commit a5575d7

Please sign in to comment.