Qt.QFont Class

public class QFont: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QFont

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QFont Constructors

QFont() Constructor
QFont(System.String, int, Weight, bool) Constructor
QFont(Qt.QFont) Constructor
QFont(System.String) Constructor
QFont(System.String, int) Constructor
QFont(System.String, int, Weight) Constructor
QFont(void *) Constructor

QFont Methods

QFont.Bold Method
QFont.CacheStatistics Method
QFont.Cleanup Method
QFont.DeciPointSize Method
QFont.DefaultFamily Method
QFont.DefaultFont Method
QFont.Dirty Method
QFont.ExactMatch Method
QFont.Family Method
QFont.Finalize Method
QFont.FixedPitch Method
QFont.FromString Method
QFont.Handle Method
QFont.Initialize Method
QFont.InsertSubstitution Method
QFont.InsertSubstitutions Method
QFont.IsCopyOf Method
QFont.Italic Method
QFont.Key Method
QFont.LastResortFamily Method
QFont.LastResortFont Method
QFont.PixelSize Method
QFont.PointSize Method
QFont.PointSizeFloat Method
QFont.QwsRenderToDisk(bool) Method
QFont.QwsRenderToDisk() Method
QFont.RawMode Method
QFont.RawName Method
QFont.RemoveSubstitution Method
QFont.SetBold Method
QFont.SetDefaultFont Method
QFont.SetFamily Method
QFont.SetFixedPitch Method
QFont.SetItalic Method
QFont.SetPixelSize Method
QFont.SetPixelSizeFloat Method
QFont.SetPointSize Method
QFont.SetPointSizeFloat Method
QFont.SetRawMode Method
QFont.SetRawName Method
QFont.SetStrikeOut Method
QFont.SetStyleHint(StyleHint, StyleStrategy) Method
QFont.SetStyleHint(StyleHint) Method
QFont.SetStyleStrategy Method
QFont.SetUnderline Method
QFont.SetWeight Method
QFont.StrikeOut Method
QFont.Substitute Method
QFont.Substitutes Method
QFont.Substitutions Method
QFont.TheStyleHint Method
QFont.TheStyleStrategy Method
QFont.TheWeight Method
QFont.ToString Method
QFont.Underline Method


QFont() Constructor

public void QFont();

See Also

Qt.QFont Class, Qt Namespace

QFont(System.String, int, Weight, bool) Constructor

public void QFont(System.String family, int pointSize, Weight weight, bool italic);

See Also

Qt.QFont Class, Qt Namespace

QFont(Qt.QFont) Constructor

public void QFont(Qt.QFont arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont(System.String) Constructor

public void QFont(System.String family);

See Also

Qt.QFont Class, Qt Namespace

QFont(System.String, int) Constructor

public void QFont(System.String family, int pointSize);

See Also

Qt.QFont Class, Qt Namespace

QFont(System.String, int, Weight) Constructor

public void QFont(System.String family, int pointSize, Weight weight);

See Also

Qt.QFont Class, Qt Namespace

QFont(void *) Constructor

public void QFont(void * ptr);

See Also

Qt.QFont Class, Qt Namespace

QFont.Bold Method

public bool Bold();

See Also

Qt.QFont Class, Qt Namespace

QFont.CacheStatistics Method

public static void CacheStatistics();

See Also

Qt.QFont Class, Qt Namespace

QFont.Cleanup Method

public static void Cleanup();

See Also

Qt.QFont Class, Qt Namespace

QFont.DeciPointSize Method

protected int DeciPointSize();

See Also

Qt.QFont Class, Qt Namespace

QFont.DefaultFamily Method

public System.String DefaultFamily();

See Also

Qt.QFont Class, Qt Namespace

QFont.DefaultFont Method

public static Qt.QFont DefaultFont();

See Also

Qt.QFont Class, Qt Namespace

QFont.Dirty Method

protected bool Dirty();

See Also

Qt.QFont Class, Qt Namespace

QFont.ExactMatch Method

public bool ExactMatch();

See Also

Qt.QFont Class, Qt Namespace

QFont.Family Method

public System.String Family();

See Also

Qt.QFont Class, Qt Namespace

QFont.Finalize Method

protected override void Finalize();

See Also

Qt.QFont Class, Qt Namespace

QFont.FixedPitch Method

public bool FixedPitch();

See Also

Qt.QFont Class, Qt Namespace

QFont.FromString Method

public bool FromString(System.String arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.Handle Method

public uint Handle();

See Also

Qt.QFont Class, Qt Namespace

QFont.Initialize Method

public static void Initialize();

See Also

Qt.QFont Class, Qt Namespace

QFont.InsertSubstitution Method

public static void InsertSubstitution(System.String arg1, System.String arg2);

See Also

Qt.QFont Class, Qt Namespace

QFont.InsertSubstitutions Method

public static void InsertSubstitutions(System.String arg1, Qt.QStringList arg2);

See Also

Qt.QFont Class, Qt Namespace

QFont.IsCopyOf Method

public bool IsCopyOf(Qt.QFont arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.Italic Method

public bool Italic();

See Also

Qt.QFont Class, Qt Namespace

QFont.Key Method

public System.String Key();

See Also

Qt.QFont Class, Qt Namespace

QFont.LastResortFamily Method

public System.String LastResortFamily();

See Also

Qt.QFont Class, Qt Namespace

QFont.LastResortFont Method

public System.String LastResortFont();

See Also

Qt.QFont Class, Qt Namespace

QFont.PixelSize Method

public int PixelSize();

See Also

Qt.QFont Class, Qt Namespace

QFont.PointSize Method

public int PointSize();

See Also

Qt.QFont Class, Qt Namespace

QFont.PointSizeFloat Method

public float PointSizeFloat();

See Also

Qt.QFont Class, Qt Namespace

QFont.QwsRenderToDisk(bool) Method

public void QwsRenderToDisk(bool all);

See Also

Qt.QFont Class, Qt Namespace

QFont.QwsRenderToDisk() Method

public void QwsRenderToDisk();

See Also

Qt.QFont Class, Qt Namespace

QFont.RawMode Method

public bool RawMode();

See Also

Qt.QFont Class, Qt Namespace

QFont.RawName Method

public System.String RawName();

See Also

Qt.QFont Class, Qt Namespace

QFont.RemoveSubstitution Method

public static void RemoveSubstitution(System.String arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetBold Method

public void SetBold(bool arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetDefaultFont Method

public static void SetDefaultFont(Qt.QFont arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetFamily Method

public void SetFamily(System.String arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetFixedPitch Method

public void SetFixedPitch(bool arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetItalic Method

public void SetItalic(bool arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetPixelSize Method

public void SetPixelSize(int arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetPixelSizeFloat Method

public void SetPixelSizeFloat(float arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetPointSize Method

public void SetPointSize(int arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetPointSizeFloat Method

public void SetPointSizeFloat(float arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetRawMode Method

public void SetRawMode(bool arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetRawName Method

public void SetRawName(System.String arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetStrikeOut Method

public void SetStrikeOut(bool arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetStyleHint(StyleHint, StyleStrategy) Method

public void SetStyleHint(StyleHint arg1, StyleStrategy arg2);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetStyleHint(StyleHint) Method

public void SetStyleHint(StyleHint arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetStyleStrategy Method

public void SetStyleStrategy(StyleStrategy s);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetUnderline Method

public void SetUnderline(bool arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.SetWeight Method

public void SetWeight(int arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.StrikeOut Method

public bool StrikeOut();

See Also

Qt.QFont Class, Qt Namespace

QFont.Substitute Method

public static System.String Substitute(System.String arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.Substitutes Method

public static Qt.QStringList Substitutes(System.String arg1);

See Also

Qt.QFont Class, Qt Namespace

QFont.Substitutions Method

public static Qt.QStringList Substitutions();

See Also

Qt.QFont Class, Qt Namespace

QFont.TheStyleHint Method

public StyleHint TheStyleHint();

See Also

Qt.QFont Class, Qt Namespace

QFont.TheStyleStrategy Method

public StyleStrategy TheStyleStrategy();

See Also

Qt.QFont Class, Qt Namespace

QFont.TheWeight Method

public int TheWeight();

See Also

Qt.QFont Class, Qt Namespace

QFont.ToString Method

public System.String ToString();

See Also

Qt.QFont Class, Qt Namespace

QFont.Underline Method

public bool Underline();

See Also

Qt.QFont Class, Qt Namespace