C# Class OTFontFileVal.val_OS2.UnicodeRanges.Range

Mostra file Open project: HinTak/Font-Validator

Public Properties

Property Type Description
count uint
index uint
m_nHigh uint
m_nLow uint
sRangeName string

Public Methods

Method Description
Range ( uint i, uint low, uint high, string sName ) : System

Method Details

Range() public method

public Range ( uint i, uint low, uint high, string sName ) : System
i uint
low uint
high uint
sName string
return System

Property Details

count public_oe property

public uint count
return uint

index public_oe property

public uint index
return uint

m_nHigh public_oe property

public uint m_nHigh
return uint

m_nLow public_oe property

public uint m_nLow
return uint

sRangeName public_oe property

public string sRangeName
return string