Searched defs:textWidth (Results 1 – 4 of 4) sorted by relevance
102 textWidth: number | undefined; property in HeapSnapshotStruct
296 textWidth: number = 0; property in SnapshotStruct
939 const textWidth = ctx.measureText(selectParams.avgRateTxt!).width; constant
374 let textWidth = metrics.width; variable