Leonard Hecker
Leonard Hecker
Thinking about this issue some more, I realized that almost all of our remaining problems can be expressed with just a single goal in mind: The `IsGlyphFullWidth` function needs to...
BTW coincidentally I noticed something weird today and I'm not sure if it's related to the issues you've found (edit: it's quite unlikely though). Try running this in a new...
I have started working on this issue. I'm about halfway done writing code that can block the caller until a frame has been rendered. This would ensure that AtlasEngine (or...
> Also, I'm not entirely sure what you mean by "block the caller until a frame has been rendered", but for synchronized updates, the VT parser needs to carry on...
I should mention that I don't want to imply with my comment that I strictly want to build it that way. The only thing I feel strongly about is that...
This likely occurs because the `UTextAdapter.cpp` code doesn't insert newlines between rows. This only becomes apparent when there's a newline at the exact end of the row because then there's...
Section 11.3.6.8 DECCRA seems okay in vttest:  Not sure if there's anything else I can do to test the `DetermineWalkDirection` function.
Out of the links above, this one seems to have the most information: https://octave.discourse.group/t/octave-crashing-with-weird-characters-and-not-loading/4951
It may be necessary for us to specify `TRUE` for `GetSystemFontCollection`. However, we probably don't want to do that in the startup path. Additionally, we already do that in the...
FYI large parts of this issue will be resolved by #15783. Some parts of conhost are still unaware about UTF-16 and UTF-8 however. But we're getting close.