In the product I am building for Mac OSX,I need to support 10.5,10.6 and 10.7. I am using NSTextView as an editor. I use it to display both text and images. I have a requirement about highlighting. This has to work exactly like MS Word. In MS Word you can select a range and change it to yellow color.
我也使用了MarkedTextAttributes:但这不是用于网上图像。 因此,我尝试利用LayoutManager,确定背景,但似乎也没有工作。
还有一点是强调这一点,因此,如果我选择同样的案文并再次强调,就应当无动于衷。 为此,我正在把所有NSRange列入清单,并检查它是否得到强调。 我认为,我做了一些错误的事情。 因此,我试图获得NSRect,然后适用肤色可能是?