SurfaceEntity.SuperSampling


class SurfaceEntity.SuperSampling


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

Summary

Public companion properties

SurfaceEntity.SuperSampling

Super sampling is disabled.

SurfaceEntity.SuperSampling

Super sampling is enabled with a default sampling pattern.

Public functions

open String

Public companion properties

NONE

val NONESurfaceEntity.SuperSampling

Super sampling is disabled.

PENTAGON

val PENTAGONSurfaceEntity.SuperSampling

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.

Public functions

toString

open fun toString(): String