Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Properties | List of all members
TMPro.KerningPair Class Reference

Public Member Functions

 KerningPair ()
 
 KerningPair (uint left, uint right, float offset)
 
 KerningPair (uint firstGlyph, GlyphValueRecord firstGlyphAdjustments, uint secondGlyph, GlyphValueRecord secondGlyphAdjustments)
 

Public Attributes

float xOffset
 

Properties

uint firstGlyph [get, set]
 The first glyph part of a kerning pair. More...
 
GlyphValueRecord firstGlyphAdjustments [get]
 The positional adjustment of the first glyph. More...
 
uint secondGlyph [get, set]
 The second glyph part of a kerning pair. More...
 
GlyphValueRecord secondGlyphAdjustments [get]
 The positional adjustment of the second glyph. More...
 

Constructor & Destructor Documentation

TMPro.KerningPair.KerningPair ( )
inline
TMPro.KerningPair.KerningPair ( uint  left,
uint  right,
float  offset 
)
inline
TMPro.KerningPair.KerningPair ( uint  firstGlyph,
GlyphValueRecord  firstGlyphAdjustments,
uint  secondGlyph,
GlyphValueRecord  secondGlyphAdjustments 
)
inline

Member Data Documentation

float TMPro.KerningPair.xOffset

Property Documentation

uint TMPro.KerningPair.firstGlyph
getset

The first glyph part of a kerning pair.

GlyphValueRecord TMPro.KerningPair.firstGlyphAdjustments
get

The positional adjustment of the first glyph.

uint TMPro.KerningPair.secondGlyph
getset

The second glyph part of a kerning pair.

GlyphValueRecord TMPro.KerningPair.secondGlyphAdjustments
get

The positional adjustment of the second glyph.


The documentation for this class was generated from the following file: