MathKernRecord
in package
Read onlyYes
FinalYes
Per-glyph corner kern table. Up to four corner-specific kern tables; each corner is null when the font supplies no kerning for that corner.
Each corner table is stored as a MathKern - a list of (correctionHeight, kernValue) breakpoints. The painter looks up the kern at a given sub/sup Y offset by finding the lowest breakpoint whose correctionHeight exceeds the offset.
Table of Contents
Properties
- $bottomLeft : MathKern|null
- $bottomRight : MathKern|null
- $topLeft : MathKern|null
- $topRight : MathKern|null
Methods
- __construct() : mixed
Properties
$bottomLeft
public
MathKern|null
$bottomLeft
= null
$bottomRight
public
MathKern|null
$bottomRight
= null
$topLeft
public
MathKern|null
$topLeft
= null
$topRight
public
MathKern|null
$topRight
= null
Methods
__construct()
public
__construct([MathKern|null $topRight = null ][, MathKern|null $topLeft = null ][, MathKern|null $bottomRight = null ][, MathKern|null $bottomLeft = null ]) : mixed