forked from LiveCarta/BookConverter
@@ -49,7 +49,7 @@ class HTMLPreprocessor:
|
||||
|
||||
@classmethod
|
||||
def convert_pt_to_px(cls, value):
|
||||
value = int(value)
|
||||
value = float(value)
|
||||
if value == LawCartaConfig.WORD_DEFAULT_FONT_SIZE:
|
||||
return LawCartaConfig.LAWCARTA_DEFAULT_FONT_SIZE
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user