SwfDotNet.IO.Tags.Types.TextRecord.HasStyle C# (CSharp) Method

HasStyle() private method

Determines whether this instance has style.
private HasStyle ( ) : bool
return bool
        private bool HasStyle()
        {
            return HasFont() || HasColor() || HasXOffset() || HasYOffset();
        }