Qt.QFontDatabase Class

public class QFontDatabase: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QFontDatabase

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QFontDatabase Constructors

QFontDatabase() Constructor
QFontDatabase(void *) Constructor

QFontDatabase Methods

QFontDatabase.Bold(System.String, System.String) Method
QFontDatabase.Bold(System.String, System.String, System.String) Method
QFontDatabase.Families() Method
QFontDatabase.Families(bool) Method
QFontDatabase.Finalize Method
QFontDatabase.Font(System.String, System.String, int) Method
QFontDatabase.Font(System.String, System.String, int, System.String) Method
QFontDatabase.IsBitmapScalable(System.String, System.String) Method
QFontDatabase.IsBitmapScalable(System.String, System.String, System.String) Method
QFontDatabase.IsBitmapScalable(System.String) Method
QFontDatabase.IsFixedPitch(System.String, System.String) Method
QFontDatabase.IsFixedPitch(System.String, System.String, System.String) Method
QFontDatabase.IsFixedPitch(System.String) Method
QFontDatabase.IsScalable(System.String, System.String) Method
QFontDatabase.IsScalable(System.String, System.String, System.String) Method
QFontDatabase.IsScalable(System.String) Method
QFontDatabase.IsSmoothlyScalable(System.String, System.String) Method
QFontDatabase.IsSmoothlyScalable(System.String, System.String, System.String) Method
QFontDatabase.IsSmoothlyScalable(System.String) Method
QFontDatabase.Italic(System.String, System.String) Method
QFontDatabase.Italic(System.String, System.String, System.String) Method
QFontDatabase.QwsAddDiskFont Method
QFontDatabase.ScriptName Method
QFontDatabase.ScriptSample Method
QFontDatabase.StyleString Method
QFontDatabase.Styles(System.String) Method
QFontDatabase.Styles(System.String, System.String) Method
QFontDatabase.Weight(System.String, System.String) Method
QFontDatabase.Weight(System.String, System.String, System.String) Method


QFontDatabase() Constructor

public void QFontDatabase();

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase(void *) Constructor

public void QFontDatabase(void * ptr);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Bold(System.String, System.String) Method

public bool Bold(System.String arg1, System.String arg2);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Bold(System.String, System.String, System.String) Method

public bool Bold(System.String arg1, System.String arg2, System.String arg3);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Families() Method

public Qt.QStringList Families();

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Families(bool) Method

public Qt.QStringList Families(bool arg1);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Finalize Method

protected override void Finalize();

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Font(System.String, System.String, int) Method

public Qt.QFont Font(System.String arg1, System.String arg2, int arg3);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Font(System.String, System.String, int, System.String) Method

public Qt.QFont Font(System.String arg1, System.String arg2, int arg3, System.String arg4);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsBitmapScalable(System.String, System.String) Method

public bool IsBitmapScalable(System.String arg1, System.String arg2);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsBitmapScalable(System.String, System.String, System.String) Method

public bool IsBitmapScalable(System.String arg1, System.String arg2, System.String arg3);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsBitmapScalable(System.String) Method

public bool IsBitmapScalable(System.String arg1);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsFixedPitch(System.String, System.String) Method

public bool IsFixedPitch(System.String arg1, System.String arg2);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsFixedPitch(System.String, System.String, System.String) Method

public bool IsFixedPitch(System.String arg1, System.String arg2, System.String arg3);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsFixedPitch(System.String) Method

public bool IsFixedPitch(System.String arg1);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsScalable(System.String, System.String) Method

public bool IsScalable(System.String arg1, System.String arg2);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsScalable(System.String, System.String, System.String) Method

public bool IsScalable(System.String arg1, System.String arg2, System.String arg3);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsScalable(System.String) Method

public bool IsScalable(System.String arg1);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsSmoothlyScalable(System.String, System.String) Method

public bool IsSmoothlyScalable(System.String arg1, System.String arg2);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsSmoothlyScalable(System.String, System.String, System.String) Method

public bool IsSmoothlyScalable(System.String arg1, System.String arg2, System.String arg3);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.IsSmoothlyScalable(System.String) Method

public bool IsSmoothlyScalable(System.String arg1);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Italic(System.String, System.String) Method

public bool Italic(System.String arg1, System.String arg2);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Italic(System.String, System.String, System.String) Method

public bool Italic(System.String arg1, System.String arg2, System.String arg3);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.QwsAddDiskFont Method

public static void QwsAddDiskFont(void * qdf);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.ScriptName Method

public static System.String ScriptName(Script arg1);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.ScriptSample Method

public static System.String ScriptSample(Script arg1);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.StyleString Method

public System.String StyleString(Qt.QFont arg1);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Styles(System.String) Method

public Qt.QStringList Styles(System.String arg1);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Styles(System.String, System.String) Method

public Qt.QStringList Styles(System.String arg1, System.String arg2);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Weight(System.String, System.String) Method

public int Weight(System.String arg1, System.String arg2);

See Also

Qt.QFontDatabase Class, Qt Namespace

QFontDatabase.Weight(System.String, System.String, System.String) Method

public int Weight(System.String arg1, System.String arg2, System.String arg3);

See Also

Qt.QFontDatabase Class, Qt Namespace