Replies: 1 comment
-
|
You mean when in Detail View? They all use the same font. Some field have special rendering like cover, rating, etc but these field should all use the same font rendering. ComicRackCE/ComicRack/Controls/CoverViewItem.cs Lines 682 to 883 in 13b2246 Specifically this part: using (Brush brush = new SolidBrush((text == b) ? textColor : Color.FromArgb(128, textColor)))
{
drawInfo.Graphics.DrawString(text, font, brush, rectangle, stringFormat);
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently running ComicRackCE in WINE. I realize you don't support this, but I was wondering if you could help me with something. I'm trying to enable antialiasing, and I've gotten it to the point where, on the main library screen, the entries for "Genre" and "Scan Information" are displayed antialiased but none of the other entries are. Can you tell me what would be different about how those fields are rendered specifically?
Beta Was this translation helpful? Give feedback.
All reactions