封鎖 >utils >數字 >getTextWidth

utils.dom.getTextWidth() 函式

取得文字元素的寬度,在程序中快取該元素。

Signature:

export declare function getTextWidth(textElement: SVGTextElement): number;

參數

參數 類型 說明
textElement SVGTextElement SVG 的「文字」元素。

傳回:

數字

元素的寬度。