public override void Set(BGICanvas bgi) { this.Font = bgi.GetFontType(); this.Direction = bgi.GetTextDirection(); this.CharacterSize = bgi.GetFontSize(); }
public override bool InternalShouldApply(BGICanvas bgi) { return(bgi.GetFontType() != this.Font || bgi.GetTextDirection() != this.Direction || bgi.GetFontSize() != this.CharacterSize); }