Variable Style._font

class Style
{
  // ...
  Ref!(dcanvas.graphics.fonts.Font) _font;
  // ...
}