rename Font to FontRef

for consistency with SymbolFontRef
This commit is contained in:
GenevensiS
2026-02-07 02:45:41 +01:00
parent d2dce6617d
commit 42b9c241f3
16 changed files with 33 additions and 33 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ void PackageChoiceValueViewer::draw(RotatedDC& dc) {
dc.DrawBitmap(image, RealPoint(0,0));
}
// draw text
Font& font = style().font;
FontRef& font = style().font;
Color font_color = font.color;
RealSize margin(0, 0);
if (nativeLook()) {