phpdftk API Documentation

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

Methods


        
On this page

Search results