All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.ru.casperix.multiplatform.text.TextRenderConfig.kt Maven / Gradle / Ivy

The newest version!
package ru.casperix.multiplatform.text

import ru.casperix.multiplatform.font.localize.Languages
import ru.casperix.multiplatform.text.impl.MissingSymbolBehaviour

object TextRenderConfig {
    var debugDrawFontAtlas = false
    var debugSaveFontAtlas = true
    var textRoundToPixel = true
    var textMissingSymbolBehaviour = MissingSymbolBehaviour.SHOW_WHITE_SQUARE
    val useAntiAlias = true
    val useBicubicInterpolation = false
    val useSubpixelRender = false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy