C# Class NOpenType.Tables.Kern.KernCoverage

Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
_override bool
coverage ushort
crossStream bool
format byte
hasMinimum bool
horizontal bool

Public Methods

Method Description
KernCoverage ( ushort coverage ) : System.Collections.Generic

Method Details

KernCoverage() public method

public KernCoverage ( ushort coverage ) : System.Collections.Generic
coverage ushort
return System.Collections.Generic

Property Details

_override public property

public bool _override
return bool

coverage public property

public ushort coverage
return ushort

crossStream public property

public bool crossStream
return bool

format public property

public byte format
return byte

hasMinimum public property

public bool hasMinimum
return bool

horizontal public property

public bool horizontal
return bool