Josh Junon
Josh Junon
What happens to the text inside? Also, what's the use case here?
Agreed, I've often found myself wishing for the same :)
@mort3za The ctrl + drag is explained in the top right when you click on the `?` button :)
I think custom shapes in general would be a cool feature to have. I need to think about how it would work, though. Might consider this for AF3.
@lewish do you have any strong opinions on this?
Absolutely a bug, thank you for the excellently written report. I'm pretty much as white and western as they come so Chinese characters are a bit of a new area...
> fullwidth CJK characters are supposed to be double the width of latin characters and the same height of latin characters, and halfwidth CJK characters are supposed to be the...
Object mode in AF3 will support this natively. Sorry for the noise 4 years later; tagging to make sure it's address properly in the new version.
@lewish whitespace encoding discussion can find a home in this thread :)
That's not what I mean. All of the tests have ```c int main(int argc, char *argv[]) { if (argc > 1) return 0; /* test code */ return 0; }...