Instance Method
masterIDforHints(_:)masterIDforHints:masterIDforHints_
Returns the master identifier used as source for hints.
Declaration
func masterIDforHints(_ master: GSFontMaster?) -> StringDeclaration
- (NSString *) masterIDforHints:(GSFontMaster *) master;Declaration
masterIDforHints_(master: GSFontMaster) -> strParameters
masterThe master whose hint source is requested, or
nilfor the font-level setting.
Discussion
A master-level setting is preferred over a font-level setting. If no hint source is configured, the first local master is used.