IFontElement public interface IFontElement Documentation Code FontAttributes FontAttributes { get; } string FontFamily { get; } double FontSize { get; } double FontSizeDefaultValueCreator() void OnFontAttributesChanged(FontAttributes oldValue, FontAttributes newValue) void OnFontChanged(Font oldValue, Font newValue) void OnFontFamilyChanged(string oldValue, string newValue) void OnFontSizeChanged(double oldValue, double newValue)