Struct FontImportOptionsData
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)
Assembly: UE4DotNet.dll
Syntax
public struct FontImportOptionsData
Fields
|
Improve this Doc
View Source
bAlphaOnly
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bCreatePrintableOnly
Declaration
public bool bCreatePrintableOnly
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bEnableAntialiasing
Declaration
public bool bEnableAntialiasing
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bEnableBold
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bEnableDropShadow
Declaration
public bool bEnableDropShadow
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bEnableItalic
Declaration
public bool bEnableItalic
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bEnableLegacyMode
Declaration
public bool bEnableLegacyMode
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bEnableUnderline
Declaration
public bool bEnableUnderline
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bIncludeASCIIRange
Declaration
public bool bIncludeASCIIRange
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bUseDistanceFieldAlpha
Declaration
public bool bUseDistanceFieldAlpha
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CharacterSet
Declaration
Field Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
DistanceFieldScaleFactor
Declaration
public int DistanceFieldScaleFactor
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
DistanceFieldScanRadiusScale
Declaration
public float DistanceFieldScanRadiusScale
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ExtendBoxBottom
Declaration
public int ExtendBoxBottom
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ExtendBoxLeft
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ExtendBoxRight
Declaration
public int ExtendBoxRight
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ExtendBoxTop
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Height
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Kerning
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TexturePageMaxHeight
Declaration
public int TexturePageMaxHeight
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
TexturePageWidth
Declaration
public int TexturePageWidth
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
XPadding
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
YPadding
Declaration
Field Value
Type |
Description |
System.Int32 |
|