-
### Increasing access
This would make the text API more redundant and accessible to those not familiar with OOP.
### Most appropriate sub-area of p5.js?
- [ ] Accessibility
- [ ] Color
- [ …
araid updated
3 weeks ago
-
Are there any thought about text measuring APIs? I'd like to have something that can retrieve the typographic measurements of some text. Any ideas whether this would be an acceptable thing, and how to…
ghost updated
2 years ago
-
Hi there, this is an excellent plug-in, thanks for your work!
By the way, could it be possible to add the **textWidth()** typography function? (see https://p5js.org/reference/#/p5/textWidth) Would…
-
If no other smarter text measuring functionality (making a canvas and using text measuring from html5 canvas (which is used in previous diagram version) is considered too cumbersome) is found, I sugge…
-
### Microsoft PowerToys version
v0.85.1
### Installation method
GitHub
### Running as admin
Yes
### Area(s) with issue?
TextExtractor
### Steps to reproduce
WIN KEY + SHIFT + T=TEXT EXTRACTO…
-
**Description**
Memory keep on increasing while measuring the text using font stream
**Code**
```
for (int i = 0; true; i++)
{
Console.WriteLine(i);
// Memory leak occurs while me…
-
The ChantContext currently inserts a node into the DOM to use for measuring SVG text. This is awkward since multiple contexts would create the same DOM node; also since it might mess with presentation…
-
How can I measure text bounds using this library?
Skia has [`SKPaint.MeasureText`](https://docs.microsoft.com/en-us/dotnet/api/skiasharp.skpaint.measuretext?view=skiasharp-2.80.2), but I am unable to…
-
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:
`_measureCh…
-
I'm trying to use msg_width to adjust the size of a surface based on the width of the text but it doesn't seem to be measuring the text width properly. Here's example code I am using:
```
local surfa…