mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #286] [python] Change text size in draw string from Kandinsky module #122
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#122
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?
Originally created by @ImpotStite on GitHub (Oct 7, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/286
Je propose un changement de la 6eme et dernière option du draw_string en python
N’importe la valeur mise, exeption 0, la police change en se réduisant, la même pour toute valeur, je ne sais pas si c’est un bug ou autre mais je propose que la valeur soit comme la police d’un éditeur de texte. Cela permettrait de faire des titres, sous titres, texte, mettre une certaine hiérarchie.
@Yaya-Cout commented on GitHub (Oct 7, 2022):
It is not possible to change the font size dynamically because there are only two fonts : the small and the big one. We could add italic fonts, but it will still be the same size. By the way, the value is 0, because the argument is a boolean value (True or False). You can use the
large_fontandsmall_fontconstants from the Kandinsky module. Could you translate this issue to English ?