04-23-2012, 12:25 AM
Hi,
when I try to alter the font style for drawing text using the DrawTextLayer class, I get a NullReferenceException:
var style = new Vcl.FontStyles();
style.Bold = font.Bold; // Here the exception is thrown
Is this a bug or is there another way to alter the font style?
I'm using version 5.0.2.0 of the VideoLab .Net components.
Thank you!
Christian
when I try to alter the font style for drawing text using the DrawTextLayer class, I get a NullReferenceException:
var style = new Vcl.FontStyles();
style.Bold = font.Bold; // Here the exception is thrown
Is this a bug or is there another way to alter the font style?
I'm using version 5.0.2.0 of the VideoLab .Net components.
Thank you!
Christian