MeiCam SDK For Android
3.14.0
|
Custom color class. More...
Public Member Functions | |
NvsFontInfo (String famlily, int weight, boolean isItalic) | |
NvsFontInfo (String famlily, int weight, boolean isItalic, String scripName) | |
Public Attributes | |
String | famlily |
Font family. More... | |
int | weight |
Font weight. More... | |
boolean | isItalic |
Font is italic. More... | |
String | postScriptName |
Scrip name. More... | |
Custom color class.
In the SDK, the NvsFontInfo class attributes, namely famlily, weight, and isItalic.
|
inline |
|
inline |
String com.meicam.sdk.NvsFontInfo.famlily |
Font family.
boolean com.meicam.sdk.NvsFontInfo.isItalic |
Font is italic.
String com.meicam.sdk.NvsFontInfo.postScriptName |
Scrip name.
int com.meicam.sdk.NvsFontInfo.weight |
Font weight.