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) -> str

Return Value

A glyph name that exists in the font, or nil if no matching component is found.

See Also

Component Construction