libtcod-net
CustomFontRequest Constructor (fontFile, char_width, char_height, nb_char_horiz, nb_char_vertic, chars_in_row, key_color)
NamespaceslibtcodWrapperCustomFontRequestCustomFontRequest(String, Int32, Int32, Int32, Int32, Boolean, Color)
Create new custom font request
Declaration Syntax
C#
public CustomFontRequest(
	string fontFile,
	int char_width,
	int char_height,
	int nb_char_horiz,
	int nb_char_vertic,
	bool chars_in_row,
	Color key_color
)
Parameters
fontFile (String)
File name to load font from
char_width (Int32)
Pixels each character is wide
char_height (Int32)
Pixels each character is high
nb_char_horiz (Int32)
Number of characters per horizontal row
nb_char_vertic (Int32)
Number of characters per vertical row
chars_in_row (Boolean)
Is the first set of ascii characters in a row (not a column)
key_color (Color)
Color in bitmap that represents background

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)