Add shadow (recessed text effect) to Cocoa label without degrading text rendering quality

后端 未结 2 812
无人共我
无人共我 2021-02-01 07:57

I\'d like to create statusbar with text effect like in Safari or iTunes, i.e. recessed text.

\"example\"

However,

2条回答
  •  甜味超标
    2021-02-01 08:47

    There is a built-in way to do this:

    [[yourTextField cell] setBackgroundStyle:NSBackgroundStyleRaised];
    

提交回复
热议问题