Skip to main content

NotFoundFontEventArgs Class

Event data for a font lookup failure.

Declaration

public class NotFoundFontEventArgs extends EventArgs

Inherited Members

com.devexpress.system.JavaObject.clone()
com.devexpress.system.JavaObject.equals(java.lang.Object)
com.devexpress.system.JavaObject.hashCode()
com.devexpress.system.JavaObject.initFields()
com.devexpress.system.JavaObject.memberwiseClone()
com.devexpress.system.JavaObject.toString()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
JavaObject
com.devexpress.system.EventArgs
NotFoundFontEventArgs

Constructors

NotFoundFontEventArgs(String requestedFont, String actualFont, DXFontStyle requestedStyle) Constructor

Initializes a new instance of the NotFoundFontEventArgs class with specified settings.

Declaration

public NotFoundFontEventArgs(String requestedFont, String actualFont, DXFontStyle requestedStyle)

Parameters

Name Type Description
requestedFont String

The requested font name.

actualFont String

The actual font name.

requestedStyle DXFontStyle

The requested font style.

NotFoundFontEventArgs(String requestedFont, String actualFont) Constructor

Initializes a new instance of the NotFoundFontEventArgs class with specified settings.

Declaration

public NotFoundFontEventArgs(String requestedFont, String actualFont)

Parameters

Name Type Description
requestedFont String

The requested font name.

actualFont String

The actual font name.

Methods

getActualFont() Method

Returns the actual font name.

Declaration

public String getActualFont()

Returns

Type Description
String

The actual font name.

getFontFileData() Method

Returns the font file data.

Declaration

public byte[] getFontFileData()

Returns

Type Description
byte[]

The font file data.

getRequestedFont() Method

Returns the requested font name.

Declaration

public String getRequestedFont()

Returns

Type Description
String

The requested font name.

getRequestedStyle() Method

Returns the requested font style.

Declaration

public DXFontStyle getRequestedStyle()

Returns

Type Description
DXFontStyle

The requested font style.

setFontFileData(byte[] value) Method

Specifies the font file data.

Declaration

public void setFontFileData(byte[] value)

Parameters

Name Type Description
value byte[]

The font file data.