AD
Administrator
Syncfusion Team
January 22, 2004 03:21 PM UTC
We''ll add such a ctor. Really makes sense.
In the meantime you need to set these values in order to initialize a GridFontInfo from a Font object:
GridFontInfo gridFont = new GridFontInfo();
gridFont.Facename = font.FontFamily.Name;
gridFont.Size = font.Size;
gridFont.Unit = font.Unit;
gridFont.FontStyle = font.Style;
Stefan
ME
Marco Ensing
February 1, 2004 03:29 PM UTC
Thanks Stefan,
Keep up the good work.
>We''ll add such a ctor. Really makes sense.
>
>In the meantime you need to set these values in order to initialize a GridFontInfo from a Font object:
>
>GridFontInfo gridFont = new GridFontInfo();
>gridFont.Facename = font.FontFamily.Name;
>gridFont.Size = font.Size;
>gridFont.Unit = font.Unit;
>gridFont.FontStyle = font.Style;
>
>Stefan
>