C# Class Qyoto.QFont

Inheritance: Object, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Свойство Type Description
interceptor SmokeInvocation

Méthodes publiques

Méthode Description
Bold ( ) : bool
CacheStatistics ( ) : void
Cleanup ( ) : void
DefaultFamily ( ) : string
Dispose ( ) : void
Equals ( object o ) : bool
ExactMatch ( ) : bool
Family ( ) : string
FixedPitch ( ) : bool
FromString ( string arg1 ) : bool
GetHashCode ( ) : int
Initialize ( ) : void
InsertSubstitution ( string arg1, string arg2 ) : void
InsertSubstitutions ( string arg1, List arg2 ) : void
IsCopyOf ( QFont arg1 ) : bool
Italic ( ) : bool
Kerning ( ) : bool
Key ( ) : string
LastResortFamily ( ) : string
LastResortFont ( ) : string
LetterSpacing ( ) : double
LetterSpacingType ( ) : QFont.SpacingType
Overline ( ) : bool
PixelSize ( ) : int
PointSize ( ) : int
PointSizeF ( ) : double
QFont ( QFont arg1 ) : System
QFont ( QFont arg1, IQPaintDevice pd ) : System
QFont ( string family ) : System
QFont ( string family, int pointSize ) : System
QFont ( string family, int pointSize, int weight ) : System
QFont ( string family, int pointSize, int weight, bool italic ) : System
RawMode ( ) : bool
RawName ( ) : string
RemoveSubstitution ( string arg1 ) : void
Resolve ( QFont arg1 ) : QFont
Resolve ( ) : uint
Resolve ( uint mask ) : void
SetBold ( bool arg1 ) : void
SetCapitalization ( QFont arg1 ) : void
SetFamily ( string arg1 ) : void
SetFixedPitch ( bool arg1 ) : void
SetItalic ( bool b ) : void
SetKerning ( bool arg1 ) : void
SetLetterSpacing ( QFont type, double spacing ) : void
SetOverline ( bool arg1 ) : void
SetPixelSize ( int arg1 ) : void
SetPointSize ( int arg1 ) : void
SetPointSizeF ( double arg1 ) : void
SetRawMode ( bool arg1 ) : void
SetRawName ( string arg1 ) : void
SetStretch ( int arg1 ) : void
SetStrikeOut ( bool arg1 ) : void
SetStyle ( QFont style ) : void
SetStyleHint ( QFont arg1 ) : void
SetStyleHint ( QFont arg1, QFont arg2 ) : void
SetStyleStrategy ( QFont s ) : void
SetUnderline ( bool arg1 ) : void
SetWeight ( int arg1 ) : void
SetWordSpacing ( double spacing ) : void
StrikeOut ( ) : bool
Substitute ( string arg1 ) : string
Substitutes ( string arg1 ) : List
Substitutions ( ) : List
ToString ( ) : string
Underline ( ) : bool
WordSpacing ( ) : double
capitalization ( ) : QFont.Capitalization
operator ( ) : Qyoto.QVariant
operator ( ) : bool
stretch ( ) : int
style ( ) : QFont.Style
styleHint ( ) : QFont.StyleHint
styleStrategy ( ) : QFont.StyleStrategy
weight ( ) : int

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QFont ( Type dummy ) : System

Private Methods

Méthode Description
QFont ( ) : System

Method Details

Bold() public méthode

public Bold ( ) : bool
Résultat bool

CacheStatistics() public static méthode

public static CacheStatistics ( ) : void
Résultat void

Cleanup() public static méthode

public static Cleanup ( ) : void
Résultat void

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

DefaultFamily() public méthode

public DefaultFamily ( ) : string
Résultat string

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

ExactMatch() public méthode

public ExactMatch ( ) : bool
Résultat bool

Family() public méthode

public Family ( ) : string
Résultat string

FixedPitch() public méthode

public FixedPitch ( ) : bool
Résultat bool

FromString() public méthode

public FromString ( string arg1 ) : bool
arg1 string
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

InsertSubstitution() public static méthode

public static InsertSubstitution ( string arg1, string arg2 ) : void
arg1 string
arg2 string
Résultat void

InsertSubstitutions() public static méthode

public static InsertSubstitutions ( string arg1, List arg2 ) : void
arg1 string
arg2 List
Résultat void

IsCopyOf() public méthode

public IsCopyOf ( QFont arg1 ) : bool
arg1 QFont
Résultat bool

Italic() public méthode

public Italic ( ) : bool
Résultat bool

Kerning() public méthode

public Kerning ( ) : bool
Résultat bool

Key() public méthode

public Key ( ) : string
Résultat string

LastResortFamily() public méthode

public LastResortFamily ( ) : string
Résultat string

LastResortFont() public méthode

public LastResortFont ( ) : string
Résultat string

LetterSpacing() public méthode

public LetterSpacing ( ) : double
Résultat double

LetterSpacingType() public méthode

public LetterSpacingType ( ) : QFont.SpacingType
Résultat QFont.SpacingType

Overline() public méthode

public Overline ( ) : bool
Résultat bool

PixelSize() public méthode

public PixelSize ( ) : int
Résultat int

PointSize() public méthode

public PointSize ( ) : int
Résultat int

PointSizeF() public méthode

public PointSizeF ( ) : double
Résultat double

QFont() public méthode

public QFont ( QFont arg1 ) : System
arg1 QFont
Résultat System

QFont() public méthode

public QFont ( QFont arg1, IQPaintDevice pd ) : System
arg1 QFont
pd IQPaintDevice
Résultat System

QFont() protected méthode

protected QFont ( Type dummy ) : System
dummy System.Type
Résultat System

QFont() public méthode

public QFont ( string family ) : System
family string
Résultat System

QFont() public méthode

public QFont ( string family, int pointSize ) : System
family string
pointSize int
Résultat System

QFont() public méthode

public QFont ( string family, int pointSize, int weight ) : System
family string
pointSize int
weight int
Résultat System

QFont() public méthode

public QFont ( string family, int pointSize, int weight, bool italic ) : System
family string
pointSize int
weight int
italic bool
Résultat System

RawMode() public méthode

public RawMode ( ) : bool
Résultat bool

RawName() public méthode

public RawName ( ) : string
Résultat string

RemoveSubstitution() public static méthode

public static RemoveSubstitution ( string arg1 ) : void
arg1 string
Résultat void

Resolve() public méthode

public Resolve ( QFont arg1 ) : QFont
arg1 QFont
Résultat QFont

Resolve() public méthode

public Resolve ( ) : uint
Résultat uint

Resolve() public méthode

public Resolve ( uint mask ) : void
mask uint
Résultat void

SetBold() public méthode

public SetBold ( bool arg1 ) : void
arg1 bool
Résultat void

SetCapitalization() public méthode

public SetCapitalization ( QFont arg1 ) : void
arg1 QFont
Résultat void

SetFamily() public méthode

public SetFamily ( string arg1 ) : void
arg1 string
Résultat void

SetFixedPitch() public méthode

public SetFixedPitch ( bool arg1 ) : void
arg1 bool
Résultat void

SetItalic() public méthode

public SetItalic ( bool b ) : void
b bool
Résultat void

SetKerning() public méthode

public SetKerning ( bool arg1 ) : void
arg1 bool
Résultat void

SetLetterSpacing() public méthode

public SetLetterSpacing ( QFont type, double spacing ) : void
type QFont
spacing double
Résultat void

SetOverline() public méthode

public SetOverline ( bool arg1 ) : void
arg1 bool
Résultat void

SetPixelSize() public méthode

public SetPixelSize ( int arg1 ) : void
arg1 int
Résultat void

SetPointSize() public méthode

public SetPointSize ( int arg1 ) : void
arg1 int
Résultat void

SetPointSizeF() public méthode

public SetPointSizeF ( double arg1 ) : void
arg1 double
Résultat void

SetRawMode() public méthode

public SetRawMode ( bool arg1 ) : void
arg1 bool
Résultat void

SetRawName() public méthode

public SetRawName ( string arg1 ) : void
arg1 string
Résultat void

SetStretch() public méthode

public SetStretch ( int arg1 ) : void
arg1 int
Résultat void

SetStrikeOut() public méthode

public SetStrikeOut ( bool arg1 ) : void
arg1 bool
Résultat void

SetStyle() public méthode

public SetStyle ( QFont style ) : void
style QFont
Résultat void

SetStyleHint() public méthode

public SetStyleHint ( QFont arg1 ) : void
arg1 QFont
Résultat void

SetStyleHint() public méthode

public SetStyleHint ( QFont arg1, QFont arg2 ) : void
arg1 QFont
arg2 QFont
Résultat void

SetStyleStrategy() public méthode

public SetStyleStrategy ( QFont s ) : void
s QFont
Résultat void

SetUnderline() public méthode

public SetUnderline ( bool arg1 ) : void
arg1 bool
Résultat void

SetWeight() public méthode

public SetWeight ( int arg1 ) : void
arg1 int
Résultat void

SetWordSpacing() public méthode

public SetWordSpacing ( double spacing ) : void
spacing double
Résultat void

StrikeOut() public méthode

public StrikeOut ( ) : bool
Résultat bool

Substitute() public static méthode

public static Substitute ( string arg1 ) : string
arg1 string
Résultat string

Substitutes() public static méthode

public static Substitutes ( string arg1 ) : List
arg1 string
Résultat List

Substitutions() public static méthode

public static Substitutions ( ) : List
Résultat List

ToString() public méthode

public ToString ( ) : string
Résultat string

Underline() public méthode

public Underline ( ) : bool
Résultat bool

WordSpacing() public méthode

public WordSpacing ( ) : double
Résultat double

capitalization() public méthode

public capitalization ( ) : QFont.Capitalization
Résultat QFont.Capitalization

operator() public static méthode

public static operator ( ) : Qyoto.QVariant
Résultat Qyoto.QVariant

operator() public static méthode

public static operator ( ) : bool
Résultat bool

stretch() public méthode

public stretch ( ) : int
Résultat int

style() public méthode

public style ( ) : QFont.Style
Résultat QFont.Style

styleHint() public méthode

public styleHint ( ) : QFont.StyleHint
Résultat QFont.StyleHint

styleStrategy() public méthode

public styleStrategy ( ) : QFont.StyleStrategy
Résultat QFont.StyleStrategy

weight() public méthode

public weight ( ) : int
Résultat int

Property Details

interceptor protected_oe property

protected SmokeInvocation,Qyoto interceptor
Résultat SmokeInvocation