Minimize vRule list length

This commit is contained in:
Isaiah Odhner 2023-05-13 03:17:50 -04:00
parent 838fb5d540
commit f89a2353ec

View File

@ -62,7 +62,7 @@ class FIGletFontWriter:
self.horizontalLayout = horizontalLayout
self.verticalLayout = verticalLayout
self.hRule = [False] * 7
self.vRule = [False] * 7
self.vRule = [False] * 6
self.caseInsensitive = caseInsensitive
def getOldLayoutValue(self) -> int: