FontResourcesParserCompat

Parser for xml type font resources.

Types

Link copied to clipboard
A class that represents a single entry of font-family in an xml file.
Link copied to clipboard
Link copied to clipboard
A class that represents a file based font-family element in an xml font file.
Link copied to clipboard
A class that represents a font element in an xml file which points to a file in resources.
Link copied to clipboard
A class that represents a font provider based font-family element in an xml file.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
@Nullable
open fun parse(@NonNull parser: @NonNull XmlPullParser, @NonNull resources: @NonNull Resources): @Nullable FontResourcesParserCompat.FamilyResourceEntry
Parse an XML font resource.
Link copied to clipboard
@NonNull
open fun readCerts(@NonNull resources: @NonNull Resources, @ArrayRes certsId: Int): @NonNull List<List<Array<Byte>>>
Creates the necessary cert structure given a resources array.