Show / Hide Table of Contents

Struct SlateFontInfo

A representation of a font in Slate.

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 SlateFontInfo

Fields

| Improve this Doc View Source

Size

Declaration
public int Size
Field Value
Type Description
System.Int32
| Improve this Doc View Source

TypefaceFontName

Declaration
public Name TypefaceFontName
Field Value
Type Description
Name

Properties

| Improve this Doc View Source

FontMaterial

The material to use when rendering this font

Declaration
public UObject FontMaterial { get; set; }
Property Value
Type Description
UObject
| Improve this Doc View Source

FontObject

The font object (valid when used from UMG or a Slate widget style asset)

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