Alias FontList.~this

struct FontList
{
  // ...
  alias ~this;
  // ...
}