JetBrains / lets-plot-skia

Skia frontend for Lets-Plot multiplatform plotting library.
MIT License
141 stars 2 forks source link

fontfamily aes is not supported #15

Closed IKupriyanov-HORIS closed 3 months ago

IKupriyanov-HORIS commented 3 months ago

Code snippet:

val fonts = run {
    val families = listOf("sans-serif", "serif", "monospace")
    letsPlot() + geomLabel {
        y = families.indices
        label = families
        family = families
    }
}

Actual output: image

Messages:

Unsupported attribute font-size in Text Unsupported attribute font-family in Text Unsupported attribute font-size in Text Unsupported attribute font-family in Text Unsupported attribute font-size in Text Unsupported attribute font-family in Text