forked from LiveCarta/BookConverter
Add processing of indents in %,em,pt
This commit is contained in:
@@ -76,16 +76,6 @@ class LiveCartaConfig:
|
||||
|
||||
INDENT = "30px"
|
||||
|
||||
sizes_pr = [-100, -1, 0.5, 0.56, 0.63, 0.69, 0.75, 0.81, 0.88, 0.94, 1.0,
|
||||
1.06, 1.13, 1.19, 1.25, 1.31, 1.38, 1.44, 1.5, 1.56, 1.63, 1.69,
|
||||
1.75, 1.81, 1.88, 1.94, 2.0, 2.06, 2.13, 2.19, 2.25, 2.31, 2.38,
|
||||
2.44, 2.5, 2.56, 2.63, 2.69, 2.75, 2.81, 2.88, 2.94, 3.0, 4.0, 5.0]
|
||||
|
||||
sizes_px = ["0px", "10px", "10px", "11px", "12px", "13px", "14px", "15px", "16px", "17px", "18px",
|
||||
"19px", "20px", "21px", "22px", "23px", "24px", "25px", "26px", "27px", "28px", "29px",
|
||||
"30px", "31px", "32px", "33px", "34px", "35px", "36px", "37px", "38px", "39px", "40px",
|
||||
"41px", "42px", "43px", "44px", "45px", "46px", "47px", "48px", "49px", "50px", "64px", "72px"]
|
||||
|
||||
list_types = ["circle", "disc", "armenian", "decimal",
|
||||
"decimal-leading-zero", "georgian", "lower-alpha", "lower-latin",
|
||||
"lower-roman", "upper-alpha", "upper-latin", "upper-roman", "none"]
|
||||
|
||||
Reference in New Issue
Block a user