mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[reader] Make fonts better
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -13,6 +13,7 @@ namespace Poincare
|
||||
{0xf3, 0x2c, 0xd9, 0xff, 0xff},
|
||||
{0xff, 0xf7, 0xff, 0xff, 0xff}
|
||||
};
|
||||
|
||||
void VectorLayoutNode::moveCursorLeft(LayoutCursor * cursor, bool * shouldRecomputeLayout, bool forSelection) {
|
||||
if (cursor->layoutNode() == childAtIndex(0)
|
||||
&& cursor->position() == LayoutCursor::Position::Left)
|
||||
|
||||
Reference in New Issue
Block a user