Mass replace fontAttributes with fontWeight and fontStyle

This commit is contained in:
Panayot Cankov
2017-02-23 17:09:19 +02:00
parent 0f819be6a7
commit 06970d058a
5 changed files with 22 additions and 22 deletions

View File

@@ -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.