diff --git a/src/main/java/SvgCreator.kt b/src/main/java/SvgCreator.kt index 4d99a88..c4e97cf 100644 --- a/src/main/java/SvgCreator.kt +++ b/src/main/java/SvgCreator.kt @@ -28,7 +28,10 @@ fun main(args: Array) { class SvgCreator(val apparentMagnitudeCutOff: Double = 7.0, val outputFile: File = File("output/stars.svg"), val overwriteOutputFile: Boolean = true, - val nameOffset: Double = 0.5 + val nameOffset: Double = 0.5, + val properNameSize: String = "1.2px", + val properNameFont: String = "Trajan Pro", + val properNameItalic: Boolean = false ) { /** @@ -71,7 +74,7 @@ class SvgCreator(val apparentMagnitudeCutOff: Double = 7.0, // this outputs some default styling... changes this if you want out.println("""