diff --git a/src/Truncate.js b/src/Truncate.js index f206f76b..b389b0a1 100644 --- a/src/Truncate.js +++ b/src/Truncate.js @@ -141,7 +141,9 @@ export default class Truncate extends Component { style['font-weight'], style['font-style'], style['font-size'], - style['font-family'] + style['font-family'], + style['letter-spacing'], + style['word-spacing'] ].join(' '); canvas.font = font;