fix: use Small/Header fonts in dividend table (consistent with eventi)
This commit is contained in:
@@ -107,7 +107,7 @@ public class DividendSectionRenderer
|
|||||||
|
|
||||||
private static void DrawHeader(PdfGraphics g, float x0, float y, float[] cw, float rh)
|
private static void DrawHeader(PdfGraphics g, float x0, float y, float[] cw, float rh)
|
||||||
{
|
{
|
||||||
var headerFont = PdfTheme.TableBold;
|
var headerFont = PdfTheme.Header;
|
||||||
var whiteBrush = PdfBrushes.White;
|
var whiteBrush = PdfBrushes.White;
|
||||||
var accentBrush = PdfTheme.AccentBlueBrush;
|
var accentBrush = PdfTheme.AccentBlueBrush;
|
||||||
|
|
||||||
@@ -166,7 +166,7 @@ public class DividendSectionRenderer
|
|||||||
{
|
{
|
||||||
var grid = new PdfGrid();
|
var grid = new PdfGrid();
|
||||||
grid.Style.CellPadding = new PdfPaddings(2, 2, 2, 2);
|
grid.Style.CellPadding = new PdfPaddings(2, 2, 2, 2);
|
||||||
grid.Style.Font = PdfTheme.TableFont;
|
grid.Style.Font = PdfTheme.Small;
|
||||||
|
|
||||||
// 15 colonne
|
// 15 colonne
|
||||||
grid.Columns.Add(15);
|
grid.Columns.Add(15);
|
||||||
|
|||||||
Reference in New Issue
Block a user