Show / Hide Table of Contents

Struct CharInfoStruct

A struct for saving character information needed for processing a font.

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: Fusee.Engine.Common
Assembly: Fusee.Engine.Common.dll
Syntax
public struct CharInfoStruct

Fields

AdvanceX

The width of this char.

Declaration
public float AdvanceX
Field Value
Type Description
System.Single

AdvanceY

The height of this char.

Declaration
public float AdvanceY
Field Value
Type Description
System.Single

BitmapH

The height of this char on the texture atlas.

Declaration
public float BitmapH
Field Value
Type Description
System.Single

BitmapL

The left border of this char on the texture atlas.

Declaration
public float BitmapL
Field Value
Type Description
System.Single

BitmapT

The top border of this char on the texture atlas.

Declaration
public float BitmapT
Field Value
Type Description
System.Single

BitmapW

The width of this char on the texture atlas.

Declaration
public float BitmapW
Field Value
Type Description
System.Single

TexOffX

The x-offset of this char on the texture atlas.

Declaration
public float TexOffX
Field Value
Type Description
System.Single

TexOffY

The y-offset of this char on the texture atlas.

Declaration
public float TexOffY
Field Value
Type Description
System.Single
Generated by DocFX
GitHub Repo
Back to top