Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    SpriteFontType Enum

    Namespace: Stride.Graphics
    Assembly: Stride.Graphics.dll

    public enum SpriteFontType

    Fields

    Name Description
    Dynamic

    Font which can change its font size dynamically and is compiled at runtime

    SDF

    Signed Distance Field font which is pre-compiled but can still be scaled at runtime

    Static

    Static font which has fixed font size and is pre-compiled

    Extension Methods

    ComponentBaseExtensions.DisposeBy<SpriteFontType>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<SpriteFontType>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation