I am using drawGlyphsForGlyphRange to render NSAttributedString (in NSView drawRect )
Is there any way to set the color / font, etc. NSAttributedString ? It is clear that I could set these values ββspecifically for this range, but then override any specific settings in the line. I had a feeling that I had a fundamental misunderstanding of how NSAttributedStrings should be used !!
thanks
source share