#
Function: $Bitmapâ–¸ Const
$Bitmap(bin_bitmap_list
: string[]): Bitmap
Shortcut for new Bitmap(bin_bitmap_list)
so you don't need to write new
#
Parameters:Name | Type | Description |
---|---|---|
bin_bitmap_list | string[] | Binary bitmap data |
Returns: Bitmap
The newly instantiated Bitmap
object
Defined in: bdfparser.ts:1863