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.
17 lines
329 B
Python
17 lines
329 B
Python
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",
|
|
"S-1": "Symbol"
|
|
|
|
}
|