method Fonts.registerimport { Fonts } from "https://deno.land/x/skia_canvas@0.5.8/src/font.ts"; register(path: string): voidRegister a font either from file or in memory buffer register(data: Uint8Array, alias?: string): voidRegister a font either from file or in memory buffer Parameterspath: stringReturnsvoidParametersdata: Uint8Arrayoptionalalias: stringReturnsvoid