Hello,
Why am I not able to use private font collection in grid grouping control in the way like this:
this.gridGroupingControl.Font = new System.Drawing.Font(GetFontFamily(), this.gridControl.Font.Size, this.gridControl.Font.Style, this.gridControl.Font.Unit, 1);
where GetFontFamily() is method that returns font family from PrivateFontCollection.
If I use e.g. "Segoe Script" instead of GetFontFamily() it is working fine.