mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #232] [MERGED] New font and italic in python keywords #326
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#326
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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-dev← Head:upsilon-dev📝 Commits (10+)
ca43d65Added TokenFontc23751dAdded isItalic function8c446f9added Italic support in code app6120827Added Italic Large and Italic Small1d9f79dAdded Italic fonts0a995b3Italic support for code appa36f644Added Italic for fonts634b7c7Added Italic font4e42a92Added Italic font for graph3edb8bdAdded Italic font📊 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.