Show / Hide Table of Contents

Struct HeightInfo

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: InitialPrefabs.NimGui.Text
Assembly: InitialPrefabs.ImGui.dll
Syntax
public ref struct HeightInfo

Constructors

HeightInfo(Int32, Single, in ImFontFace)

Declaration
public HeightInfo(int lineCount, float fontScale, in ImFontFace faceInfo)
Parameters
Type Name Description
System.Int32 lineCount
System.Single fontScale
ImFontFace faceInfo

Fields

AscentLine

Declaration
public readonly float AscentLine
Field Value
Type Description
System.Single

DescentLine

Declaration
public readonly float DescentLine
Field Value
Type Description
System.Single

LineHeight

Declaration
public readonly float LineHeight
Field Value
Type Description
System.Single

TextBlockHeight

Declaration
public readonly float TextBlockHeight
Field Value
Type Description
System.Single
In This Article
Back to top Generated by DocFX