nsbezierpath
Which is the best SVG to NSBezierPath library/class?
I am looking for the best SVG to NSBezierPath parser, it\'s ok if the class/library only takes a string of SVG commands, here is an example:[详细]
2023-04-10 18:58 分类:问答Redraw NSBezierPath multiple times, with scaling?
I am currently writing many chunks of text on an NSView using the NSString helper method ... however it is very slow to write a large amount of in many cases repeated text. I am trying to re-write the[详细]
2023-03-17 10:02 分类:问答how to get buffer zone around a uibezierpath
i have some uibezierpaths. as paths, they don\'t really have thickness. but, I am hoping to find a way to define an area around a path like the grayish areas around the lines in this picture[详细]
2023-03-16 08:11 分类:问答Remove a drawn NSRect or other drawn object
How do I remove a drawn NSRect or other object other than drawing开发者_开发问答 another rect over it?Assuming you drew the rect in drawRect:, all you need to do would be to exclude the rect from the[详细]
2023-03-08 18:35 分类:问答Iphone application performance is slowing down with out any memory leak?
I have a IPhone drawing application which is slowing down when I use the spray can tool. But when I check for leaks by running the application with leaks no leaks are shown. All other tools are workin[详细]
2023-03-07 14:25 分类:问答Drawing two objects in separate files
Player.m // //PlayerTestAppDelegate.m //PlayerTest // //Created by Someguy on 5/13/11. //Copyright 2011 Enginering. All rights reserved.[详细]
2023-03-06 01:26 分类:问答NSBezierPath rounded rectangle has bad corners
I have an NSBezierPath that makes a rounded rectangle but the corners of it look choppy and appear brighter that the rest of the stroke when viewed at full scale. My code is:[详细]
2023-02-27 07:30 分类:问答How to import/parse SVG into UIBezierpaths, NSBezierpaths, CGPaths? [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-21 05:20 分类:问答Storing bezier paths in Core Data for Mac OS X and iOS
I am developing an iOS application that comes pre-loaded with CoreData content. I am trying to create an importer app for the Mac OS X command-line which uses the same xcdatamodel and imports the ini[详细]
2023-02-20 10:07 分类:问答Drawing lines and points with Cocoa
I\'m trying to draw some dots connected with lines. The dot consists of the \"nucleus\" with orbital area around it.[详细]
2023-02-19 08:25 分类:问答