Easy example to put HTML with CSS into an NSTextView? -


is there easy way put html css nstext or nstextview? once that, want rotate it, put part of in view, generate output, repeat...

thanks.

use webview , embed css html.

[[webview mainframe] loadhtmlstring:<yourstring> baseurl:nil]; 

Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -