Property | Type | Description | |
---|---|---|---|
interceptor |
Method | Description | |
---|---|---|
AddApplicationFont ( string fileName ) : int | ||
AddApplicationFontFromData ( Qyoto.QByteArray fontData ) : int | ||
ApplicationFontFamilies ( int id ) : List |
||
Bold ( string family, string style ) : bool | ||
Dispose ( ) : void | ||
Families ( ) : List |
||
Families ( |
||
Font ( string family, string style, int pointSize ) : |
||
IsBitmapScalable ( string family ) : bool | ||
IsBitmapScalable ( string family, string style ) : bool | ||
IsFixedPitch ( string family ) : bool | ||
IsFixedPitch ( string family, string style ) : bool | ||
IsScalable ( string family ) : bool | ||
IsScalable ( string family, string style ) : bool | ||
IsSmoothlyScalable ( string family ) : bool | ||
IsSmoothlyScalable ( string family, string style ) : bool | ||
Italic ( string family, string style ) : bool | ||
PointSizes ( string family ) : List |
||
PointSizes ( string family, string style ) : List |
||
RemoveAllApplicationFonts ( ) : bool | ||
RemoveApplicationFont ( int id ) : bool | ||
SmoothSizes ( string family, string style ) : List |
||
StandardSizes ( ) : List |
||
StyleString ( |
||
StyleString ( Qyoto.QFontInfo fontInfo ) : string | ||
Styles ( string family ) : List |
||
SupportsThreadedFontRendering ( ) : bool | ||
Weight ( string family, string style ) : int | ||
WritingSystemName ( |
||
WritingSystemSample ( |
||
WritingSystems ( ) : List |
||
WritingSystems ( string family ) : List |
Method | Description | |
---|---|---|
CreateProxy ( ) : void | ||
QFontDatabase ( |
Method | Description | |
---|---|---|
QFontDatabase ( ) : System |
public static AddApplicationFont ( string fileName ) : int | ||
fileName | string | |
return | int |
public static AddApplicationFontFromData ( Qyoto.QByteArray fontData ) : int | ||
fontData | Qyoto.QByteArray | |
return | int |
public static ApplicationFontFamilies ( int id ) : List |
||
id | int | |
return | List |
public Bold ( string family, string style ) : bool | ||
family | string | |
style | string | |
return | bool |
public Families ( |
||
writingSystem | ||
return | List |
public Font ( string family, string style, int pointSize ) : |
||
family | string | |
style | string | |
pointSize | int | |
return |
public IsBitmapScalable ( string family ) : bool | ||
family | string | |
return | bool |
public IsBitmapScalable ( string family, string style ) : bool | ||
family | string | |
style | string | |
return | bool |
public IsFixedPitch ( string family, string style ) : bool | ||
family | string | |
style | string | |
return | bool |
public IsScalable ( string family, string style ) : bool | ||
family | string | |
style | string | |
return | bool |
public IsSmoothlyScalable ( string family ) : bool | ||
family | string | |
return | bool |
public IsSmoothlyScalable ( string family, string style ) : bool | ||
family | string | |
style | string | |
return | bool |
public Italic ( string family, string style ) : bool | ||
family | string | |
style | string | |
return | bool |
public PointSizes ( string family, string style ) : List |
||
family | string | |
style | string | |
return | List |
protected QFontDatabase ( |
||
dummy | ||
return | System |
public static RemoveAllApplicationFonts ( ) : bool | ||
return | bool |
public static RemoveApplicationFont ( int id ) : bool | ||
id | int | |
return | bool |
public SmoothSizes ( string family, string style ) : List |
||
family | string | |
style | string | |
return | List |
public StyleString ( Qyoto.QFontInfo fontInfo ) : string | ||
fontInfo | Qyoto.QFontInfo | |
return | string |
public static SupportsThreadedFontRendering ( ) : bool | ||
return | bool |
public Weight ( string family, string style ) : int | ||
family | string | |
style | string | |
return | int |
public static WritingSystemName ( |
||
writingSystem | ||
return | string |
public static WritingSystemSample ( |
||
writingSystem | ||
return | string |
public WritingSystems ( string family ) : List |
||
family | string | |
return | List |