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 SourceSize
Declaration
public int Size
Field Value
Type | Description |
---|---|
System.Int32 |
TypefaceFontName
Declaration
public Name TypefaceFontName
Field Value
Type | Description |
---|---|
Name |
Properties
| Improve this Doc View SourceFontMaterial
The material to use when rendering this font
Declaration
public UObject FontMaterial { get; set; }
Property Value
Type | Description |
---|---|
UObject |
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 |