Class JsonFont
- Namespace
- IO.Scanbot.Sdk.UI.Configuration.Json
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class JsonFont : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
JsonFont
- Implements
-
Constructors
JsonFont(string, double)
public JsonFont(string fontName, double fontSize)
Parameters
fontName
string
fontSize
double
Properties
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
FontName
public string FontName { get; set; }
Property Value
- string
FontSize
public double FontSize { get; set; }
Property Value
- double
Methods
Component1()
public string Component1()
Returns
- string
Component2()
public double Component2()
Returns
- double
Copy(string, double)
public JsonFont Copy(string fontName, double fontSize)
Parameters
fontName
string
fontSize
double
Returns
- JsonFont
DescribeContents()
public int DescribeContents()
Returns
- int
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags