How to use IGraphicsPort to draw text with CMYK colors in an IDialog?
I need to override virtual void IControlView::Draw(IViewPort* viewPort, SysRgn updateRgn = nil); for StaticTextLabel. In this function, I need to use IGraphicsPort to draw some text with a CMYK color. However, after setting the CMYK color, the displayed color is incorrect. I suspect that it is not using the CMYK color space but instead the RGB color space.
How can I draw text using CMYK colors in a StaticTextLabel inside an IDialog? Can anyone help me?
