Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    FontStyle Enum

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

    Type of a font.

    [Flags]
    [DataContract]
    public enum FontStyle

    Fields

    Name Description
    Bold

    A bold font.

    Italic

    An italic font.

    Regular

    A regular font.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<FontStyle>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<FontStyle>(ICollectorHolder)
    FontStyleExtensions.IsBold()
    FontStyleExtensions.IsItalic()
    • Improve this Doc
    • View Source
    In This Article

    Back to top

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