website
This commit is contained in:
parent
33aca18922
commit
65ce56b952
14 changed files with 509 additions and 313 deletions
|
|
@ -81,7 +81,7 @@ var HUDNotification = {
|
|||
// the compensating tracking in EM.
|
||||
//
|
||||
function InterDynamicTracking(fontSize) {
|
||||
var a = -0.02, b = 0.0755, c = -0.102;
|
||||
var a = -0.038, b = 0.161, c = -0.12;
|
||||
// tracking = a + b * e ^ (c * fontSize)
|
||||
return a + b * Math.pow(Math.E, c * fontSize)
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue