# Function: $Bitmap

TypeScript reference for the $Bitmap factory function: parameters and return type for creating bdfparser Bitmap objects.

▸ `Const`**$Bitmap**(`bin_bitmap_list`: *string*[]): [*Bitmap*](../../classes/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*](../../classes/bitmap/)

The newly instantiated `Bitmap` object

Defined in: [bdfparser.ts:1863](https://github.com/fontpixel/bdfparser-js/blob/898ed20/src/bdfparser.ts#L1863)
