commonMain.Defaults.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of element Show documentation
Show all versions of element Show documentation
A collection of drawing/charting utilities
package com.juul.krayon.element
import com.juul.krayon.color.black
import com.juul.krayon.kanvas.Font
import com.juul.krayon.kanvas.Paint
import com.juul.krayon.kanvas.Paint.Text.Alignment.Left
import com.juul.krayon.kanvas.sansSerif
internal val DEFAULT_STROKE = Paint.Stroke(black, 1f)
internal val DEFAULT_FILL = Paint.Fill(black)
internal val DEFAULT_TEXT = Paint.Text(black, 12f, Left, Font(sansSerif))
© 2015 - 2024 Weber Informatics LLC | Privacy Policy