You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
313 B
Python
16 lines
313 B
Python
1 year ago
|
font_index = {
|
||
|
"T-1": "Times-Roman",
|
||
|
"T-2": "Times-Italic",
|
||
|
"T-3": "Times-Bold",
|
||
|
"T-4": "Times-BoldItalic",
|
||
|
"H-1": "Helvetica",
|
||
|
"H-2": "Helvetica-Oblique",
|
||
|
"H-3": "Helvetica-Bold",
|
||
|
"H-4": "Helvetica-BoldOblique",
|
||
|
"C-1": "Courier",
|
||
|
"C-2": "Courier-Oblique",
|
||
|
"C-3": "Courier-Bold",
|
||
|
"C-4": "Courier-BoldOblique",
|
||
|
|
||
|
}
|