Click or drag to resize

UnityUITextMeshProGlyphHelperTMProSpriteOptions Class

Options for TMPro Sprite rendering.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Rewired.Glyphs.UnityUIUnityUITextMeshProGlyphHelperTMProSpriteOptions

Namespace: Rewired.Glyphs.UnityUI
Assembly: Rewired_Glyphs (in Rewired_Glyphs.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public sealed class TMProSpriteOptions : ValueType, 
	IEquatable<UnityUITextMeshProGlyphHelperTMProSpriteOptions>

The UnityUITextMeshProGlyphHelperTMProSpriteOptions type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDefault Creates an instance with the default values.
Public propertyextraOffset An extra offset that is cumulative with offsetSizeMultiplier.
Public propertyextraXAdvance An extra offset that is cumulative with xAdvanceWidthMultiplier.
Public propertyoffsetSizeMultiplier This value will be multiplied by the Sprite width and height and applied to offset.
Public propertyscale Sprites will be scaled by this value.
Public propertyxAdvanceWidthMultiplier This value will be multiplied by the Sprite width applied to X Advance.
Top
Methods
Operators
See Also