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 SourceDrawX
Declaration
public float DrawX
Field Value
Type | Description |
---|---|
System.Single |
DrawXL
Declaration
public float DrawXL
Field Value
Type | Description |
---|---|
System.Single |
DrawY
Declaration
public float DrawY
Field Value
Type | Description |
---|---|
System.Single |
DrawYL
Declaration
public float DrawYL
Field Value
Type | Description |
---|---|
System.Single |
Properties
| Improve this Doc View SourceDrawFont
the font to use for sizing/wrapping the string
Declaration
public Font DrawFont { get; set; }
Property Value
Type | Description |
---|---|
Font |