Instance Method
findComponent(_:baseName:withSuffix:) findComponent:baseName:withSuffix: findComponent_baseName_withSuffix_
Finds a component glyph name for a base glyph and suffix context.
Declaration
func findComponent(_ accentName: String, baseName: String, withSuffix suffix: String?) -> String?Declaration
- (NSString *) findComponent:(NSString *) accentName baseName:(NSString *) baseName withSuffix:(NSString *) suffix;Declaration
findComponent_baseName_withSuffix_(accentName: str, baseName: str, suffix: str) -> strReturn Value
A glyph name that exists in the font, or nil if no matching component is found.
See Also
Component Construction
Builds component shapes from glyph information.