Variable Style._fontWeight

class Style
{
  // ...
  ushort _fontWeight = cast(ushort)0u;
  // ...
}