org.kde.qt

Class QFontInfo

public class QFontInfo extends Object implements QtSupport

Constructor Summary
protected QFontInfo(Class dummy)
QFontInfo(QFont arg1)
QFontInfo(QFont arg1, int arg2)
QFontInfo(QFontInfo arg1)
Method Summary
booleanbold()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
booleanexactMatch()
Stringfamily()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanfixedPitch()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
booleanitalic()
booleanoverline()
intpixelSize()
intpointSize()
booleanrawMode()
booleanstrikeOut()
intstyleHint()
booleanunderline()
intweight()

Constructor Detail

QFontInfo

protected QFontInfo(Class dummy)

QFontInfo

public QFontInfo(QFont arg1)

QFontInfo

public QFontInfo(QFont arg1, int arg2)

QFontInfo

public QFontInfo(QFontInfo arg1)

Method Detail

bold

public boolean bold()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

exactMatch

public boolean exactMatch()

family

public String family()

finalize

protected void finalize()
Deletes the wrapped C++ instance

fixedPitch

public boolean fixedPitch()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

italic

public boolean italic()

overline

public boolean overline()

pixelSize

public int pixelSize()

pointSize

public int pointSize()

rawMode

public boolean rawMode()

strikeOut

public boolean strikeOut()

styleHint

public int styleHint()

underline

public boolean underline()

weight

public int weight()