fontParts icon indicating copy to clipboard operation
fontParts copied to clipboard

"public.default" is not a polite name for scripters.

Open typesupply opened this issue 9 years ago • 4 comments

When the default layer has the default name, and therefore no name, should the scripter get/use None instead of "public.default" when dealing with the default layer name?

typesupply avatar Mar 28 '16 16:03 typesupply

Likewise, internally sometimes the default layer is represented with None and other times it is represented with "public.default". This needs to be consistent.

typesupply avatar May 16 '16 16:05 typesupply

Similarly, each environment may have it's own default layer name and our tests need to be able to access this.

typesupply avatar May 04 '18 12:05 typesupply

Should layer objects be able to response to public.default as well as foreground ?

LettError avatar May 04 '18 12:05 LettError

Doesn't the font.defaultLayerName handle these cases?

benkiel avatar May 04 '18 19:05 benkiel