Table of Contents

Enum OutlineThreshold

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll

The OutlineThreshold enumeration contains values that specify the policy used by the IDWriteFontFace1::GetRecommendedRenderingMode method to determine whether to render glyphs in outline mode.

public enum OutlineThreshold

Fields

Aliased = 1

No documentation.

Antialiased = 0

No documentation.

Remarks

Glyphs are rendered in outline mode by default at large sizes for performance reasons, but how large (that is, the outline threshold) depends on the quality of outline rendering. If the graphics system renders anti-aliased outlines, a relatively low threshold is used. But if the graphics system renders aliased outlines, a much higher threshold is used.