fontParts
fontParts copied to clipboard
"public.default" is not a polite name for scripters.
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?
Likewise, internally sometimes the default layer is represented with None and other times it is represented with "public.default". This needs to be consistent.
Similarly, each environment may have it's own default layer name and our tests need to be able to access this.
Should layer objects be able to response to public.default as well as foreground ?
Doesn't the font.defaultLayerName handle these cases?