mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-28 13:03:12 +00:00
Implement kerning, ligatures, etc., and cleanup; in ios.
Implement hasGlyph ligature helper. Export view property setters for: text: textLength, baselineShift, lengthAdjust, alignmentBaseline, textPath: side, method, midLine, spacing. Attempt to fix alignmentBaseline and baselineShift, but both properties are nil at all times, I must be missing something.
This commit is contained in:
@@ -20,6 +20,10 @@ RCT_EXPORT_MODULE()
|
||||
}
|
||||
|
||||
RCT_EXPORT_VIEW_PROPERTY(href, NSString)
|
||||
RCT_EXPORT_VIEW_PROPERTY(side, NSString)
|
||||
RCT_EXPORT_VIEW_PROPERTY(method, NSString)
|
||||
RCT_EXPORT_VIEW_PROPERTY(midLine, NSString)
|
||||
RCT_EXPORT_VIEW_PROPERTY(spacing, NSString)
|
||||
RCT_EXPORT_VIEW_PROPERTY(startOffset, NSString)
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user