Show / Hide Table of Contents

Struct TextSizingParameters

General purpose data structure for grouping all parameters needed when sizing or wrapping a string

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.Engine
Assembly: UE4DotNet.dll
Syntax
public struct TextSizingParameters

Fields

| Improve this Doc View Source

DrawX

Declaration
public float DrawX
Field Value
Type Description
System.Single
| Improve this Doc View Source

DrawXL

Declaration
public float DrawXL
Field Value
Type Description
System.Single
| Improve this Doc View Source

DrawY

Declaration
public float DrawY
Field Value
Type Description
System.Single
| Improve this Doc View Source

DrawYL

Declaration
public float DrawYL
Field Value
Type Description
System.Single

Properties

| Improve this Doc View Source

DrawFont

the font to use for sizing/wrapping the string

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