C# Class NOpenType.Tables.VerticalDeviceMatrics.Ratio

Exibir arquivo 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_oe property

public byte charset
return byte

xRatio public_oe property

public byte xRatio
return byte

yEndRatio public_oe property

public byte yEndRatio
return byte

yStartRatio public_oe property

public byte yStartRatio
return byte