Skip to content

Commit d476ec6

Browse files
committed
chore(ios): typings
1 parent 30c10fe commit d476ec6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui-canvas/typings/ios.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ declare namespace UIDrawingText {
1414

1515
function drawStringXYWithAttributes(text: string, x: number, y: number, attributes: NSDictionary<any, any>);
1616
function drawAttributedStringXYWithAttributes(text: NSAttributedString, x: number, y: number, attributes: NSDictionary<any, any>);
17+
function drawAttributedStringXYWidthHeightWithAttributes(text: NSAttributedString, x: number, y: number, w: number, h: number, attributes: NSDictionary<any, any>);
1718
function getTextBoundsFromToAttributes(text: string, start: number, end: number, attributes: NSDictionary<any, any>): CGRect;
1819
function measureTextFromToAttributes(text: string, start: number, end: number, attributes: NSDictionary<any, any>): number;
1920
}

0 commit comments

Comments
 (0)