Custom fonts with transparent back ground #1084
-
I have generated custom fonts and can |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I changed the example Free_Font_Demo with no background and it works fine. Provide a complete sketch that demonstrates the probem. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You have got to specify the background colour for antialiased fonts as the edges are blended with the background. If you do not specify the background then the pixels that should be blended show as foreground, so the anti-aliasing in lost and the characters appear to change shape. I will be adding a new attribute switch to turn on/off the background whilst still maintaining anti-aliasing. This is partially implemented in the beta branch. Commands will be:
However there is a bug in this new feature so it has not been incorporated into the master yet. |
Beta Was this translation helpful? Give feedback.
You have got to specify the background colour for antialiased fonts as the edges are blended with the background. If you do not specify the background then the pixels that should be blended show as foreground, so the anti-aliasing in lost and the characters appear to change shape.
I will be adding a new attribute switch to turn on/off the background whilst still maintaining anti-aliasing. This is partially implemented in the beta branch. Commands will be:
However there is a bug in this new feature so it has not been incorpora…