init(bitmapRepresentation:)
Initialize with a bitmap representation.
Declaration
init(bitmapRepresentation data: Data)Parameters
- data:
The bitmap representation.
Discussion
This method is useful for creating a character set object with data from a file or other external data source.