Columns

Defines the constants used in a response from a Font Provider. The cursor returned from the query should have the ID column populated with the content uri ID for the resulting font. This should point to a real file or shared memory, as the client will mmap the given file descriptor. Pipes, sockets and other non-mmap-able file descriptors will fail to load in the client application.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val FILE_ID: String = "file_id"
Constant used to request data from a font provider.
Link copied to clipboard
val ITALIC: String = "font_italic"
Constant used to request data from a font provider.
Link copied to clipboard
val RESULT_CODE: String = "result_code"
Constant used to request data from a font provider.
Link copied to clipboard
Constant used to represent a result was not found.
Link copied to clipboard
Constant used to represent a result was found, but cannot be provided at this moment.
Link copied to clipboard
Constant used to represent that the query was not in a supported format by the provider.
Link copied to clipboard
Constant used to represent a result was retrieved successfully.
Link copied to clipboard
val TTC_INDEX: String = "font_ttc_index"
Constant used to request data from a font provider.
Link copied to clipboard
val VARIATION_SETTINGS: String = "font_variation_settings"
Constant used to request data from a font provider.
Link copied to clipboard
val WEIGHT: String = "font_weight"
Constant used to request data from a font provider.