Show / Hide Table of Contents

Struct DaggerfallFont.SDFFontInfo

Namespace: DaggerfallWorkshop.Game.UserInterface
Assembly: Assembly-CSharp.dll
Syntax
public struct SDFFontInfo

Fields

| Improve this Doc View Source

atlasTexture

Declaration
public Texture2D atlasTexture
Field Value
Type Description
Texture2D
| Improve this Doc View Source

baseline

Declaration
public float baseline
Field Value
Type Description
Single
| Improve this Doc View Source

glyphs

Declaration
public Dictionary<int, DaggerfallFont.SDFGlyphInfo> glyphs
Field Value
Type Description
Dictionary<Int32, DaggerfallFont.SDFGlyphInfo>
| Improve this Doc View Source

pointSize

Declaration
public float pointSize
Field Value
Type Description
Single
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX