data class HealthCareLocatorViewFontObject : Parcelable
HealthCareLocatorViewFontObject provides method(s) to define font and font size.
id |
ID of object representing font formatting applied to text. |
fontName |
Font family path from assets folder. |
size |
Font size to make the text small or big. |
data class Builder |
|
CREATOR |
companion object CREATOR : Creator<HealthCareLocatorViewFontObject> Field to create one or more objects of this type. See companion object functions later on this page. |
<init> |
HealthCareLocatorViewFontObject(parcel: Parcel) |
fontName |
var fontName: String Font family path from assets folder. |
id |
var id: String ID of object representing font formatting applied to text. |
size |
var size: Int Font size to make the text small or big. |
title |
var title: String |
weight |
var weight: Int |
describeContents |
fun describeContents(): Int |
writeToParcel |
fun writeToParcel(dest: Parcel?, flags: Int): Unit |
createFromParcel |
fun createFromParcel(parcel: Parcel): HealthCareLocatorViewFontObject |
newArray |
fun newArray(size: Int): Array<HealthCareLocatorViewFontObject?> |
HealthCare Locator 1.0 and higher
Platform and requirements: Android