Open ShaMan123 opened 1 year ago
https://developer.mozilla.org/en-US/docs/Web/API/TextMetrics#measuring_text_width
seems that some issues with custom fonts could be resolved using what mdn suggests in the link
ref: _measureChar _getGraphemeBox
_measureChar
_getGraphemeBox
I wonder if node canvas supports it...
duplicate of https://github.com/fabricjs/fabric.js/issues/2061 i think Let's keep the old one labeled as task/text so we know this is a long standing issue/requested feature.
https://developer.mozilla.org/en-US/docs/Web/API/TextMetrics#measuring_text_width
seems that some issues with custom fonts could be resolved using what mdn suggests in the link
ref:
_measureChar
_getGraphemeBox