FontIconDrawable
A drawable that draws an icon using a icon font. This effectively just calls Canvas.drawFontIcon on the Drawable canvas.
Constructors
A drawable that draws the icon iconName using the typeface. The icon will be size × size dp, and will be tinted with tint.
A drawable that draws the icon using the typeface. The icon will be size × size dp, and will be tinted with tint.
A drawable that draws the icon iconName using the iconFont. The icon will be size × size dp, and will be tinted with tint.
A drawable that draws the icon using the iconFont. The icon will be size × size dp, and will be tinted with tint.
A drawable that draws the icon iconName using the variable typeface. The icon will be size × size dp, and will be tinted with tint.
A drawable that draws the icon using the variable typeface. The icon will be size × size dp, and will be tinted with tint.
A drawable that draws the icon iconName using the variable iconFont. The icon will be size × size dp, and will be tinted with tint.