mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Mass replace fontAttributes with fontWeight and fontStyle
This commit is contained in:
2
tns-core-modules/ui/core/view.d.ts
vendored
2
tns-core-modules/ui/core/view.d.ts
vendored
@@ -660,7 +660,7 @@ declare module "ui/core/view" {
|
||||
*/
|
||||
export interface ApplyXmlAttributes {
|
||||
/**
|
||||
* Called for every attribute in xml declaration. <... fontAttributes="bold" ../>
|
||||
* Called for every attribute in xml declaration. <... fontWeight="bold" ../>
|
||||
* @param attributeName - the name of the attribute (fontAttributes)
|
||||
* @param attrValue - the value of the attribute (bold)
|
||||
* Should return true if this attribute is handled and there is no need default handler to process it.
|
||||
|
||||
Reference in New Issue
Block a user