C# Class NOpenType.Tables.VerticalDeviceMatrics.Ratio

Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
charset byte
xRatio byte
yEndRatio byte
yStartRatio byte

Public Methods

Method Description
Ratio ( byte charset, byte xRatio, byte yStartRatio, byte yEndRatio ) : System

Method Details

Ratio() public method

public Ratio ( byte charset, byte xRatio, byte yStartRatio, byte yEndRatio ) : System
charset byte
xRatio byte
yStartRatio byte
yEndRatio byte
return System

Property Details

charset public property

public byte charset
return byte

xRatio public property

public byte xRatio
return byte

yEndRatio public property

public byte yEndRatio
return byte

yStartRatio public property

public byte yStartRatio
return byte