AlphaTab.Rendering.Glyphs.RepeatCloseGlyph.DoLayout C# (CSharp) Method

DoLayout() public method

public DoLayout ( ) : void
return void
        public override void DoLayout()
        {
            Width = (Renderer.IsLast ? 11 : 13) * Scale;
        }