Lets say if we wanted to use _Draw() in our GDExtension.
How can we get a Font to use draw_string() ?

    {
      draw_string('Where do we get our font from?', coords, string, HORIZONTAL_ALIGNMENT_CENTER, -1, 1);
    }