Skip to content

Commit a9eb3d3

Browse files
committed
Update images
1 parent efc00d7 commit a9eb3d3

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

documentation/image1.png

169 KB
Loading

documentation/image1.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616

1717
# Constants, these are the main "settings" for the image
1818
WIDTH, HEIGHT, MARGIN, FRAMES = 2048, 2048, 128, 1
19-
FONT_PATH = "fonts/ttf/Pabavathee-Regular.ttf"
19+
FONT_PATH = "fonts/ttf/PabavatheeProDEV-Regular.ttf"
2020
FONT_LICENSE = "OFL v1.1"
2121
AUXILIARY_FONT = "Inconsolata"
2222
AUXILIARY_FONT_SIZE = 48
2323

2424
# Update BIG_TEXT for multiple lines
2525

26-
BIG_TEXT_LINES = ["හරි?", "පබාවතී ෆොන්ට්"]
27-
BIG_TEXT_FONT_SIZE = 730
26+
BIG_TEXT_LINES = ["පබාවතී?", "මොකටද", "ආදර මල් "]
27+
BIG_TEXT_FONT_SIZE = 400
2828
BIG_TEXT_SIDE_MARGIN = MARGIN * 1
2929
BIG_TEXT_BOTTOM_MARGIN = MARGIN * 3
3030

documentation/image2.png

237 KB
Loading

documentation/image2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616

1717
# Constants, these are the main "settings" for the image
1818
WIDTH, HEIGHT, MARGIN, FRAMES = 2048, 2048, 128, 1
19-
FONT_PATH = "fonts/ttf/Pabavathee-Regular.ttf"
19+
FONT_PATH = "fonts/ttf/PabavatheeProDEV-Regular.ttf"
2020
FONT_LICENSE = "OFL v1.1"
2121
AUXILIARY_FONT = "Inconsolata"
22-
AUXILIARY_FONT_SIZE = 48
22+
AUXILIARY_FONT_SIZE = 36
2323

2424
LINE_ONE = "ABCDEFGHIJKLMNOPQ"
2525
LINE_TWO = "RSTUVWXYZ123456789"
@@ -32,7 +32,7 @@
3232
LINE_NINE = "ෂසහළෆ෴"
3333

3434

35-
BIG_TEXT_FONT_SIZE = 155
35+
BIG_TEXT_FONT_SIZE = 140
3636
BIG_TEXT_SIDE_MARGIN = MARGIN * 1
3737
BIG_TEXT_BOTTOM_MARGIN = MARGIN * 13.2
3838

0 commit comments

Comments
 (0)