메소드 | 설명 | |
---|---|---|
AddIcons ( ) : void |
Replace "{}" tags in the given text views With actual icons, requesting the IconFontDescriptors one after the others. This is a one time call. If you call TextView#setText(CharSequence) after this, you'll need to call it again.
|
|
Compute ( Android.Content.Context context, ICharSequence text ) : ICharSequence | ||
Compute ( Android.Content.Context context, ICharSequence text, Android.Widget.TextView target ) : ICharSequence | ||
FindTypefaceOf ( |
Finds the Typeface to apply for a given icon.
|
|
With ( IIconFontDescriptor iconFontDescriptor ) : IconifyInitializer |
Add support for a new icon font.
|
메소드 | 설명 | |
---|---|---|
AddIconFontDescriptor ( IIconFontDescriptor iconFontDescriptor ) : void | ||
FindIconForKey ( string iconKey ) : Icon? |
Retrieve an icon from a key,
|
public static Compute ( Android.Content.Context context, ICharSequence text ) : ICharSequence | ||
context | Android.Content.Context | |
text | ICharSequence | |
리턴 | ICharSequence |
public static Compute ( Android.Content.Context context, ICharSequence text, Android.Widget.TextView target ) : ICharSequence | ||
context | Android.Content.Context | |
text | ICharSequence | |
target | Android.Widget.TextView | |
리턴 | ICharSequence |
public static FindTypefaceOf ( |
||
icon | The icon for which you need the typeface. | |
리턴 |
public static With ( IIconFontDescriptor iconFontDescriptor ) : IconifyInitializer | ||
iconFontDescriptor | IIconFontDescriptor | The IconDescriptor holding the ttf file reference and its mappings. |
리턴 | IconifyInitializer |