ब्लॉकली > utils > डॉम > getTextWidth
utils.dom.getTextwidth() फ़ंक्शन
प्रोसेस के दौरान कैश मेमोरी में सेव करते हुए, टेक्स्ट एलिमेंट की चौड़ाई हासिल करता है.
हस्ताक्षर:
export declare function getTextWidth(textElement: SVGTextElement): number;
पैरामीटर
पैरामीटर | टाइप | ब्यौरा |
---|---|---|
textElement | SVGTextElement | SVG 'text' एलिमेंट. |
लौटाए जाने वाले प्रॉडक्ट:
संख्या
एलिमेंट की चौड़ाई.