[reader] Make fonts better

This commit is contained in:
Laury
2021-12-15 21:47:46 +01:00
parent fdef2b5d6e
commit d5dbb8df6f
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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)