Instance Property
production
The preferred glyph name for exported font files.
Declaration
var production: String? { get set }Declaration
@property (nonatomic, strong) NSString * production;Declaration
pyobjc_instanceMethods.production() -> str
pyobjc_instanceMethods.setProduction_(production: str)Discussion
When this is nil, export derives a production name from the glyph name, Unicode values, and glyph information. Set isStoringProductionstoreProductionstoreProduction to YES to retain a custom production name.
See Also
Production Name
Whether the production name is stored as a custom value.