C# Class PixelFarm.Drawing.Fonts.FT_Bitmap

Show file Open project: prepare/HTML-Renderer

Public Properties

Property Type Description
buffer byte*
num_grays short
palette void*
palette_mode char
pitch int
pixel_mode char
rows int
width int

Property Details

buffer public property

public byte* buffer
return byte*

num_grays public property

public short num_grays
return short

palette public property

public void* palette
return void*

palette_mode public property

public char palette_mode
return char

pitch public property

public int pitch
return int

pixel_mode public property

public char pixel_mode
return char

rows public property

public int rows
return int

width public property

public int width
return int