Qt.QFontInfo Class

public class QFontInfo: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QFontInfo

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QFontInfo Constructors

QFontInfo(Qt.QFont) Constructor
QFontInfo(Qt.QFontInfo) Constructor
QFontInfo(void *) Constructor

QFontInfo Methods

QFontInfo.Bold Method
QFontInfo.ExactMatch Method
QFontInfo.Family Method
QFontInfo.Finalize Method
QFontInfo.FixedPitch Method
QFontInfo.Italic Method
QFontInfo.PixelSize Method
QFontInfo.PointSize Method
QFontInfo.RawMode Method
QFontInfo.StrikeOut Method
QFontInfo.StyleHint Method
QFontInfo.Underline Method
QFontInfo.Weight Method


QFontInfo(Qt.QFont) Constructor

public void QFontInfo(Qt.QFont arg1);

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo(Qt.QFontInfo) Constructor

public void QFontInfo(Qt.QFontInfo arg1);

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo(void *) Constructor

public void QFontInfo(void * ptr);

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.Bold Method

public bool Bold();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.ExactMatch Method

public bool ExactMatch();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.Family Method

public System.String Family();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.Finalize Method

protected override void Finalize();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.FixedPitch Method

public bool FixedPitch();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.Italic Method

public bool Italic();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.PixelSize Method

public int PixelSize();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.PointSize Method

public int PointSize();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.RawMode Method

public bool RawMode();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.StrikeOut Method

public bool StrikeOut();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.StyleHint Method

public StyleHint StyleHint();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.Underline Method

public bool Underline();

See Also

Qt.QFontInfo Class, Qt Namespace

QFontInfo.Weight Method

public int Weight();

See Also

Qt.QFontInfo Class, Qt Namespace