Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    Kerning Struct

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

    Describes kerning information.

    [DataContract]
    public struct Kerning
    Name Description
    Fields
    First

    Unicode for the 1st character.

    Offset

    X Offsets in pixels to apply between the 1st and 2nd character.

    Second

    Unicode for the 2nd character.

    | Improve this Doc View Source

    Fields


    First

    Unicode for the 1st character.

    public int First
    Field Value
    Type Description
    System.Int32

    Offset

    X Offsets in pixels to apply between the 1st and 2nd character.

    public float Offset
    Field Value
    Type Description
    System.Single

    Second

    Unicode for the 2nd character.

    public int Second
    Field Value
    Type Description
    System.Int32

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    Extension Methods

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

    Back to top

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