MeiCam SDK For Android  3.10.0
Public Member Functions | Public Attributes | List of all members
com.meicam.sdk.NvsFontInfo Class Reference

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...
 

Detailed Description

Custom color class.

In the SDK, the NvsFontInfo class attributes, namely famlily, weight, and isItalic.

Constructor & Destructor Documentation

◆ NvsFontInfo() [1/2]

com.meicam.sdk.NvsFontInfo.NvsFontInfo ( String  famlily,
int  weight,
boolean  isItalic 
)
inline

◆ NvsFontInfo() [2/2]

com.meicam.sdk.NvsFontInfo.NvsFontInfo ( String  famlily,
int  weight,
boolean  isItalic,
String  scripName 
)
inline

Member Data Documentation

◆ famlily

String com.meicam.sdk.NvsFontInfo.famlily

Font family.

◆ isItalic

boolean com.meicam.sdk.NvsFontInfo.isItalic

Font is italic.

◆ postScriptName

String com.meicam.sdk.NvsFontInfo.postScriptName

Scrip name.

◆ weight

int com.meicam.sdk.NvsFontInfo.weight

Font weight.


The documentation for this class was generated from the following file: