|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.visioglobe.libVisioDevKit.VgFontManager
public class VgFontManager
Set the Font and configures it to render text.
| Field Summary | |
|---|---|
protected boolean |
swigCMemOwn
|
| Constructor Summary | |
|---|---|
VgFontManager(long cPtr,
boolean cMemoryOwn)
Constructor. |
|
VgFontManager(SWIGTYPE_p_VgInternalFontManager pVgInternalFontManager,
VgIEngine pEngine)
|
|
| Method Summary | |
|---|---|
void |
delete()
|
protected void |
finalize()
|
static long |
getCPtr(VgFontManager obj)
|
boolean |
setFont(java.lang.String pFontFilename)
Sets a new font. |
boolean |
setFont(java.lang.String pFontFilename,
long pDPIResolution)
Sets a new font. |
boolean |
setFontDpi(long pDPIResolution)
Sets the resolution of the font. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean swigCMemOwn
| Constructor Detail |
|---|
public VgFontManager(long cPtr,
boolean cMemoryOwn)
public VgFontManager(SWIGTYPE_p_VgInternalFontManager pVgInternalFontManager,
VgIEngine pEngine)
| Method Detail |
|---|
public static long getCPtr(VgFontManager obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public boolean setFont(java.lang.String pFontFilename)
pFontFilename - Font file to load. The font will be searched locally in the Data bundle's "config" directory. The path is expected to be absolute.
public boolean setFont(java.lang.String pFontFilename,
long pDPIResolution)
pFontFilename - Font file to load. The font will be searched locally in the Data bundle's "config" directory. The path is expected to be absolute.pDPIResolution - Device resolution in dot-per-inch. By default, the resolution is 96dpi.
public boolean setFontDpi(long pDPIResolution)
pDPIResolution - Device resolution in dot-per-inch. By default, the resolution is 96dpi.
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||