Skip to content

Commit

Permalink
Rebuild images
Browse files Browse the repository at this point in the history
  • Loading branch information
sovichet committed May 3, 2022
1 parent d484f17 commit a833a22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified documentation/image1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions documentation/image1.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

# Constants, these are the main "settings" for the image
WIDTH, HEIGHT, MARGIN, FRAMES = 2048, 2048, 128, 1
FONT_PATH = "fonts/ttf/Rubik-Regular.ttf"
FONT_PATH = "fonts/ttf/KdamThmorTwo-Regular.ttf"
FONT_LICENSE = "OFL v1.1"
AUXILIARY_FONT = "Helvetica"
AUXILIARY_FONT_SIZE = 48
BIG_TEXT = "Aa"
BIG_TEXT_FONT_SIZE = 1024
BIG_TEXT_SIDE_MARGIN = MARGIN * 3.1
BIG_TEXT_BOTTOM_MARGIN = MARGIN * 5.5
BIG_TEXT = "កខគ"
BIG_TEXT_FONT_SIZE = 750
BIG_TEXT_SIDE_MARGIN = MARGIN * 2
BIG_TEXT_BOTTOM_MARGIN = MARGIN * 6
GRID_VIEW = False # Change this to "True" for a grid overlay

# Handel the "--output" flag
Expand Down

0 comments on commit a833a22

Please sign in to comment.