SurfaceEntity.SuperSampling


object SurfaceEntity.SuperSampling


Specifies whether super sampling should be enabled for this surface. Super sampling can improve text clarity at a performance cost.

Summary

Constants

const Int

Super sampling is disabled.

const Int

Super sampling is enabled with a default sampling pattern.

Constants

SUPER_SAMPLING_NONE

Added in 1.0.0-alpha07
const val SUPER_SAMPLING_NONE = 0: Int

Super sampling is disabled.

SUPER_SAMPLING_PENTAGON

Added in 1.0.0-alpha07
const val SUPER_SAMPLING_PENTAGON = 1: Int

Super sampling is enabled with a default sampling pattern. This is the value that is set if SuperSampling is not specified when the Entity is created.