UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.PglLib.Font Class Reference

Public Member Functions

 Font ()
 
 Font (String name)
 
String toString ()
 
String GetName ()
 
void SetName (String name)
 
boolean IsBold ()
 
void SetBold (boolean bold)
 
boolean IsItalic ()
 
void SetItalic (boolean italic)
 

Private Attributes

PglCmd cmd = new PglCmd(false, "FONT", "")
 
String name = ""
 
boolean bold = false
 
boolean italic = false
 

Constructor & Destructor Documentation

◆ Font() [1/2]

com.UniPRT.Sdk.LabelMaker.PglLib.Font.Font ( )

◆ Font() [2/2]

com.UniPRT.Sdk.LabelMaker.PglLib.Font.Font ( String  name)

Member Function Documentation

◆ GetName()

String com.UniPRT.Sdk.LabelMaker.PglLib.Font.GetName ( )

◆ IsBold()

boolean com.UniPRT.Sdk.LabelMaker.PglLib.Font.IsBold ( )

◆ IsItalic()

boolean com.UniPRT.Sdk.LabelMaker.PglLib.Font.IsItalic ( )

◆ SetBold()

void com.UniPRT.Sdk.LabelMaker.PglLib.Font.SetBold ( boolean  bold)

◆ SetItalic()

void com.UniPRT.Sdk.LabelMaker.PglLib.Font.SetItalic ( boolean  italic)

◆ SetName()

void com.UniPRT.Sdk.LabelMaker.PglLib.Font.SetName ( String  name)

◆ toString()

Member Data Documentation

◆ bold

◆ cmd

PglCmd com.UniPRT.Sdk.LabelMaker.PglLib.Font.cmd = new PglCmd(false, "FONT", "")
private

◆ italic

◆ name


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