[PR #232] [MERGED] New font and italic in python keywords #326

Closed
opened 2026-05-06 13:16:50 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/232
Author: @Oreig403
Created: 5/18/2022
Status: Merged
Merged: 7/1/2022
Merged by: @Lauryy06

Base: upsilon-devHead: upsilon-dev


📝 Commits (10+)

📊 Changes

15 files changed (+183 additions, -35 deletions)

View changed files

📝 apps/code/python_text_area.cpp (+112 -7)
📝 apps/graph/list/text_field_function_title_cell.h (+1 -1)
📝 apps/reader/tex_parser.cpp (+16 -3)
📝 apps/reader/tex_parser.h (+0 -3)
📝 apps/shared/banner_view.h (+1 -1)
📝 escher/include/escher/text_area.h (+3 -1)
📝 escher/src/text_area.cpp (+20 -14)
📝 kandinsky/Makefile (+11 -2)
kandinsky/fonts/ItalicLargeFont.ttf (+0 -0)
kandinsky/fonts/ItalicSmallFont.ttf (+0 -0)
📝 kandinsky/fonts/LargeFont.ttf (+0 -0)
📝 kandinsky/fonts/SmallFont.ttf (+0 -0)
📝 kandinsky/fonts/code_points.h (+11 -2)
📝 kandinsky/fonts/rasterizer.c (+3 -0)
📝 kandinsky/include/kandinsky/font.h (+5 -1)

📄 Description

Depuis ma dernière pr j'ai changé de font, qui me semble plus adapté à la calculatrice numworks et j'ai adapté mes nouveautés à l'editeur de script python.

python (Large font)
graph
python2 (Small font)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/232 **Author:** [@Oreig403](https://github.com/Oreig403) **Created:** 5/18/2022 **Status:** ✅ Merged **Merged:** 7/1/2022 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `upsilon-dev` --- ### 📝 Commits (10+) - [`ca43d65`](https://github.com/UpsilonNumworks/Upsilon/commit/ca43d653bed591009da0f649bb0d60d575e173bf) Added TokenFont - [`c23751d`](https://github.com/UpsilonNumworks/Upsilon/commit/c23751da987f00a9c6518d989d15c21e80b0097a) Added isItalic function - [`8c446f9`](https://github.com/UpsilonNumworks/Upsilon/commit/8c446f95e40c5975538c07646236546c3acd6734) added Italic support in code app - [`6120827`](https://github.com/UpsilonNumworks/Upsilon/commit/61208278fd4556e7c0bb04e2d6221d7ea07eb812) Added Italic Large and Italic Small - [`1d9f79d`](https://github.com/UpsilonNumworks/Upsilon/commit/1d9f79d13af16afcec655531c19dc44db5b7b534) Added Italic fonts - [`0a995b3`](https://github.com/UpsilonNumworks/Upsilon/commit/0a995b3ef81168c6921c4f563ed53e39e5848503) Italic support for code app - [`a36f644`](https://github.com/UpsilonNumworks/Upsilon/commit/a36f644bbf78adc77e76e480ed7b7446bda78437) Added Italic for fonts - [`634b7c7`](https://github.com/UpsilonNumworks/Upsilon/commit/634b7c7573202b1122b3570b444093d25a9bf703) Added Italic font - [`4e42a92`](https://github.com/UpsilonNumworks/Upsilon/commit/4e42a92a98d774e01c8db64cef415440757a0315) Added Italic font for graph - [`3edb8bd`](https://github.com/UpsilonNumworks/Upsilon/commit/3edb8bd7378708842ec9ee6f0856566110e5ed9c) Added Italic font ### 📊 Changes **15 files changed** (+183 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `apps/code/python_text_area.cpp` (+112 -7) 📝 `apps/graph/list/text_field_function_title_cell.h` (+1 -1) 📝 `apps/reader/tex_parser.cpp` (+16 -3) 📝 `apps/reader/tex_parser.h` (+0 -3) 📝 `apps/shared/banner_view.h` (+1 -1) 📝 `escher/include/escher/text_area.h` (+3 -1) 📝 `escher/src/text_area.cpp` (+20 -14) 📝 `kandinsky/Makefile` (+11 -2) ➕ `kandinsky/fonts/ItalicLargeFont.ttf` (+0 -0) ➕ `kandinsky/fonts/ItalicSmallFont.ttf` (+0 -0) 📝 `kandinsky/fonts/LargeFont.ttf` (+0 -0) 📝 `kandinsky/fonts/SmallFont.ttf` (+0 -0) 📝 `kandinsky/fonts/code_points.h` (+11 -2) 📝 `kandinsky/fonts/rasterizer.c` (+3 -0) 📝 `kandinsky/include/kandinsky/font.h` (+5 -1) </details> ### 📄 Description Depuis ma dernière pr j'ai changé de font, qui me semble plus adapté à la calculatrice numworks et j'ai adapté mes nouveautés à l'editeur de script python. ![python](https://user-images.githubusercontent.com/97249553/169114135-e1f8c69c-711f-4d18-89ee-598ff868308c.png) (Large font) ![graph](https://user-images.githubusercontent.com/97249553/169115561-fa6a23c9-1514-4ca6-a25f-7552694a007f.png) ![python2](https://user-images.githubusercontent.com/97249553/169116135-dd25c378-b54c-4bda-b1b2-f99f46d36dae.png) (Small font) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:50 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#326
No description provided.