public class QFont: QtSupport, System.IDisposable
System.Object
QtSupport
QFontThis type implements System.IDisposable.
Qt Namespace
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
public void QFont();
Qt.QFont Class, Qt Namespace
public void QFont(System.String family, int pointSize, Weight weight, bool italic);
Qt.QFont Class, Qt Namespace
public void QFont(Qt.QFont arg1);
Qt.QFont Class, Qt Namespace
public void QFont(System.String family);
Qt.QFont Class, Qt Namespace
public void QFont(System.String family, int pointSize);
Qt.QFont Class, Qt Namespace
public void QFont(System.String family, int pointSize, Weight weight);
Qt.QFont Class, Qt Namespace
public void QFont(void * ptr);
Qt.QFont Class, Qt Namespace
public bool Bold();
Qt.QFont Class, Qt Namespace
public static void CacheStatistics();
Qt.QFont Class, Qt Namespace
public static void Cleanup();
Qt.QFont Class, Qt Namespace
protected int DeciPointSize();
Qt.QFont Class, Qt Namespace
public System.String DefaultFamily();
Qt.QFont Class, Qt Namespace
public static Qt.QFont DefaultFont();
Qt.QFont Class, Qt Namespace
protected bool Dirty();
Qt.QFont Class, Qt Namespace
public bool ExactMatch();
Qt.QFont Class, Qt Namespace
public System.String Family();
Qt.QFont Class, Qt Namespace
protected override void Finalize();
Qt.QFont Class, Qt Namespace
public bool FixedPitch();
Qt.QFont Class, Qt Namespace
public bool FromString(System.String arg1);
Qt.QFont Class, Qt Namespace
public uint Handle();
Qt.QFont Class, Qt Namespace
public static void Initialize();
Qt.QFont Class, Qt Namespace
public static void InsertSubstitution(System.String arg1, System.String arg2);
Qt.QFont Class, Qt Namespace
public static void InsertSubstitutions(System.String arg1, Qt.QStringList arg2);
Qt.QFont Class, Qt Namespace
public bool IsCopyOf(Qt.QFont arg1);
Qt.QFont Class, Qt Namespace
public bool Italic();
Qt.QFont Class, Qt Namespace
public System.String Key();
Qt.QFont Class, Qt Namespace
public System.String LastResortFamily();
Qt.QFont Class, Qt Namespace
public System.String LastResortFont();
Qt.QFont Class, Qt Namespace
public int PixelSize();
Qt.QFont Class, Qt Namespace
public int PointSize();
Qt.QFont Class, Qt Namespace
public float PointSizeFloat();
Qt.QFont Class, Qt Namespace
public void QwsRenderToDisk(bool all);
Qt.QFont Class, Qt Namespace
public void QwsRenderToDisk();
Qt.QFont Class, Qt Namespace
public bool RawMode();
Qt.QFont Class, Qt Namespace
public System.String RawName();
Qt.QFont Class, Qt Namespace
public static void RemoveSubstitution(System.String arg1);
Qt.QFont Class, Qt Namespace
public void SetBold(bool arg1);
Qt.QFont Class, Qt Namespace
public static void SetDefaultFont(Qt.QFont arg1);
Qt.QFont Class, Qt Namespace
public void SetFamily(System.String arg1);
Qt.QFont Class, Qt Namespace
public void SetFixedPitch(bool arg1);
Qt.QFont Class, Qt Namespace
public void SetItalic(bool arg1);
Qt.QFont Class, Qt Namespace
public void SetPixelSize(int arg1);
Qt.QFont Class, Qt Namespace
public void SetPixelSizeFloat(float arg1);
Qt.QFont Class, Qt Namespace
public void SetPointSize(int arg1);
Qt.QFont Class, Qt Namespace
public void SetPointSizeFloat(float arg1);
Qt.QFont Class, Qt Namespace
public void SetRawMode(bool arg1);
Qt.QFont Class, Qt Namespace
public void SetRawName(System.String arg1);
Qt.QFont Class, Qt Namespace
public void SetStrikeOut(bool arg1);
Qt.QFont Class, Qt Namespace
public void SetStyleHint(StyleHint arg1, StyleStrategy arg2);
Qt.QFont Class, Qt Namespace
public void SetStyleHint(StyleHint arg1);
Qt.QFont Class, Qt Namespace
public void SetStyleStrategy(StyleStrategy s);
Qt.QFont Class, Qt Namespace
public void SetUnderline(bool arg1);
Qt.QFont Class, Qt Namespace
public void SetWeight(int arg1);
Qt.QFont Class, Qt Namespace
public bool StrikeOut();
Qt.QFont Class, Qt Namespace
public static System.String Substitute(System.String arg1);
Qt.QFont Class, Qt Namespace
public static Qt.QStringList Substitutes(System.String arg1);
Qt.QFont Class, Qt Namespace
public static Qt.QStringList Substitutions();
Qt.QFont Class, Qt Namespace
public StyleHint TheStyleHint();
Qt.QFont Class, Qt Namespace
public StyleStrategy TheStyleStrategy();
Qt.QFont Class, Qt Namespace
public int TheWeight();
Qt.QFont Class, Qt Namespace
public System.String ToString();
Qt.QFont Class, Qt Namespace
public bool Underline();
Qt.QFont Class, Qt Namespace