Variable FontList._list

struct FontList
{
  // ...
  Ref!(dcanvas.graphics.fonts.Font)[] _list;
  // ...
}