-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
51 lines (35 loc) · 709 Bytes
/
config.ini
File metadata and controls
51 lines (35 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[CONFIG]
FontPath = arial.ttf
BoldFontPath = arialbd.ttf
ExcelFilePath = rj.xlsx
OutputDirectory = Posters
BaseImage = base.png
GenerateRelationPoster = True
[FONT_SIZES]
#Used for Train Name and Train Number
Normal = 10
#Used for Passing stops
NormalPlus = 11
#Used For Station Name
Bold = 18
#Used for Destination
BoldSmall = 12
#Used for Destination
BoldMedium = 14
[TEXT]
StationNameX = 55
StationNameY = 37
StationX = 55
StationY = 37
DepartureTimeX = 54
DepartureTimeY = 104
TrainNameX = 92
TrainNameY = 100
TrainNumberX = 94
TrainNumberY = 110
DestinationEndX = 560
DestinationEndY = 135
PassingStopsX = 160
PassingStopsY = 102
#Distance between 2 trains on the poster
IncrementY = 69