Util for reading Microsoft Windows Metafile (*.wmf)
Microsoft Windows Metafile (structure explanation)
// reading from file
val wmfFile = WMFFile.fromFile("path/to/your/wmf/file.wmf")
// reading from byte buffer
val wmfFile2 = WMFFile.fromBuffer(byteBuffer)