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

HasFont() private method

Determines whether this instance has font.
private HasFont ( ) : bool
return bool
        private bool HasFont()
        {
            return fontId != 0 && textHeight != 0;
        }