Show / Hide Table of Contents

Struct FontImportOptionsData

Font import options

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 FontImportOptionsData

Fields

| Improve this Doc View Source

bAlphaOnly

Declaration
public bool bAlphaOnly
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
public bool bEnableBold
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
public byte CharacterSet
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
public int ExtendBoxLeft
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
public int ExtendBoxTop
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Height

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

Kerning

Declaration
public int Kerning
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
public int XPadding
Field Value
Type Description
System.Int32
| Improve this Doc View Source

YPadding

Declaration
public int YPadding
Field Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
Back to top Generated by DocFX