예제 #1
0
 /// <summary>
 /// Gets the font for the long text.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Font value.</returns>
 public override Font GetContentLongTextFont(PaletteState state)
 {
     return(_redirect.GetContentLongTextFont(_style, state));
 }
 /// <summary>
 /// Gets the font for the long text.
 /// </summary>
 /// <param name="state">Palette value should be applicable to this state.</param>
 /// <returns>Font value.</returns>
 public override Font GetContentLongTextFont(PaletteState state) => _redirect.GetContentLongTextFont(Style, state);