FontFileResourceEntry

A class that represents a font element in an xml file which points to a file in resources.

Constructors

Link copied to clipboard
constructor(@NonNull fileName: String, weight: Int, italic: Boolean, @Nullable variationSettings: String, ttcIndex: Int, resourceId: Int)

Functions

Link copied to clipboard
Link copied to clipboard
open fun getResourceId(): Int
Link copied to clipboard
open fun getTtcIndex(): Int
Link copied to clipboard
Link copied to clipboard
open fun getWeight(): Int
Link copied to clipboard
open fun isItalic(): Boolean