|
|
|
@ -110,7 +110,8 @@ namespace Avalonia.Controls.Presenters |
|
|
|
|
|
|
|
static TextPresenter() |
|
|
|
{ |
|
|
|
AffectsRender<TextPresenter>(CaretBrushProperty, SelectionBrushProperty); |
|
|
|
AffectsRender<TextPresenter>(CaretBrushProperty, SelectionBrushProperty, |
|
|
|
TextElement.FontFamilyProperty, TextElement.FontSizeProperty, TextElement.FontStyleProperty, TextElement.FontWeightProperty, TextElement.FontStretchProperty, TextElement.ForegroundProperty); |
|
|
|
} |
|
|
|
|
|
|
|
public TextPresenter() |
|
|
|
|