diff --git a/src/utils.jl b/src/utils.jl index c9bb3655..68fb6056 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -1060,6 +1060,15 @@ legendfont(sp::Subplot) = font( sp[:legendfontcolor], ) +legendtitlefont(sp::Subplot) = font( + sp[:legendtitlefontfamily], + sp[:legendtitlefontsize], + sp[:legendtitlefontvalign], + sp[:legendtitlefonthalign], + sp[:legendtitlefontrotation], + sp[:legendtitlefontcolor], +) + tickfont(ax::Axis) = font( ax[:tickfontfamily], ax[:tickfontsize],