Releases: SeregPie/THREE.TextTexture
Releases · SeregPie/THREE.TextTexture
3.0.0
- Rewrite from scratch.
- Drop IE 11 support.
- Increase dependency version of
THREE
from>=0.86
to>=0.113
. - Rename
align
toalignment
. - Rename
fillStyle
tocolor
. - Rename
strokeStyle
tostrokeColor
. - Change default
lineGap
from0.15
to0.25
. - Change default
strokeColor
from'#000'
to'#fff'
. - Change default
padding
from0.25
to0.5
. - Remove
lines
property. - Remove
computeOptimalFontSize
function. - Remove
computeAndSetOptimalFontSize
function. - Add
font
property. - Add
pixelRatio
property. - Add
checkFontFace
function. - Add
loadFontFace
function. - Add
setOptimalPixelRatio
function.