C# Class PixelFarm.Drawing.Fonts.GlyphImage

Exibir arquivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
GetImageBuffer ( ) : int[]
GlyphImage ( int w, int h ) : System
SetImageBuffer ( int pixelBuffer, bool isBigEndian ) : void

Method Details

GetImageBuffer() public method

public GetImageBuffer ( ) : int[]
return int[]

GlyphImage() public method

public GlyphImage ( int w, int h ) : System
w int
h int
return System

SetImageBuffer() public method

public SetImageBuffer ( int pixelBuffer, bool isBigEndian ) : void
pixelBuffer int
isBigEndian bool
return void