.. _AntiAlias: ================================================ AntiAlias ================================================ Description ----------- The method to use to smooth edges by softening the color transition between edge pixels and background pixels. Static Properties ^^^^^^^^^^^^^^^^^ +------------------------------------------+-----------------------------------+ | :ref:`CRISP` readonly | Makes type appear somewhat sharp. | +------------------------------------------+-----------------------------------+ | :ref:`NONE` readonly | Does not use anti-aliasing. | +------------------------------------------+-----------------------------------+ | :ref:`SHARP` readonly | Makes type appear its sharpest. | +------------------------------------------+-----------------------------------+ | :ref:`SMOOTH` readonly | Makes type appear smoother. | +------------------------------------------+-----------------------------------+ | :ref:`STRONG` readonly | Makes type appear heavier. | +------------------------------------------+-----------------------------------+ .. container:: hide .. toctree:: :hidden: :maxdepth: 1 AntiAlias/NONE.rst AntiAlias/SHARP.rst AntiAlias/CRISP.rst AntiAlias/STRONG.rst AntiAlias/SMOOTH.rst