C# Class StbEasyFont.CharInfo, UnityStbEasyFont

Exibir arquivo Open project: aras-p/UnityStbEasyFont

Public Properties

Property Type Description
advance byte
h_seg byte
v_seg byte

Public Methods

Method Description
CharInfo ( byte a, byte h, byte v ) : System.Collections.Generic

Method Details

CharInfo() public method

public CharInfo ( byte a, byte h, byte v ) : System.Collections.Generic
a byte
h byte
v byte
return System.Collections.Generic

Property Details

advance public_oe property

public byte advance
return byte

h_seg public_oe property

public byte h_seg
return byte

v_seg public_oe property

public byte v_seg
return byte