Search Results for

    Show / Hide Table of Contents

    Class FontHinting

    The font hinting used when rendering characters.

    Inheritance
    System.Object
    FontHinting
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class FontHinting : Enum

    Fields

    Auto

    Force the use of an automatic hinting algorithm (over the fonts native hinter).

    Declaration
    public const FontHinting Auto
    Field Value
    FontHinting

    AutoLight

    Force the use of an automatic light hinting algorithm, optimized for non-monochrome displays.

    Declaration
    public const FontHinting AutoLight
    Field Value
    FontHinting

    Default

    Use the default hinting specified in the font.

    Declaration
    public const FontHinting Default
    Field Value
    FontHinting

    Monochrome

    Force the use of an automatic hinting algorithm optimized for monochrome displays.

    Declaration
    public const FontHinting Monochrome
    Field Value
    FontHinting

    None

    Do not use hinting. This generally generates 'blurrier' bitmap glyphs when the glyphs are rendered in any of the anti-aliased modes.

    Declaration
    public const FontHinting None
    Field Value
    FontHinting

    value__

    Declaration
    public byte value__
    Field Value
    System.Byte

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat