Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HintedSmooth

Use Anti-Aliased Font rendering with hinting. This forces character lines to run along pixel boundaries.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor
HintedSmooth = 1

Remarks

Generally produces a crisper output than FontRenderingMode.Smooth, more similar to the font rendering used on Windows. It is slower to render textures then when using smooth mode, but may be easier to read for small font sizes.