Show / Hide Table of Contents

Struct FontData

Payload data describing an individual font in a typeface. Keep this lean as it's also used as a key!

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: UE4.SlateCore
Assembly: UE4DotNet.dll
Syntax
public struct FontData

Fields

| Improve this Doc View Source

SubFaceIndex

Declaration
public int SubFaceIndex
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

FontFaceAsset

Font data v3. This points to a font face asset.

Declaration
public UObject FontFaceAsset { get; set; }
Property Value
Type Description
UObject
  • Improve this Doc
  • View Source
Back to top Generated by DocFX