| |
| IMAGES_PER_FONT = 50 |
| |
| FONT_ALLOWLIST = ["Arial", |
| "Arial Black", |
| "Arial Bold Italic", |
| "Arial Bold", |
| "Avenir", |
| "Courier", |
| "Helvetica", |
| "Georgia", |
| "Tahoma", |
| "Tahoma Bold", |
| "Times New Roman", |
| "Times New Roman Bold", |
| "Times New Roman Italic", |
| "Times New Roman Bold Italic", |
| "Trebuchet MS", |
| "Trebuchet MS Bold", |
| "Trebuchet MS Italic", |
| "Trebuchet MS Bold Italic", |
| "Verdana", |
| "Verdana Bold", |
| "Verdana Italic", |
| "Verdana Bold Italic" |
| ] |
| |
| GEN_IMAGES_DIR = './generated_images' |
| |
| TRAIN_TEST_IMAGES_DIR = './train_test_images' |
| |
| FONT_FILE_DIRS = ['/System/Library/Fonts/', '/System/Library/Fonts/Supplemental/'] |
| |
| GOOGLE_FONTS_DIR = "./google_fonts" |
|
|