nodeguy/website/docs/api/generated/classes/qfontdatabase.md
Atul R 392aa3cd4c
Adds automatic docs for now (#308)
* adds basic typedoc

* backup

* Adds all docs to source code

* Adds autogenerated docs

* Fixes doc links

* Updates docs
2019-12-29 00:42:06 +05:30

2.5 KiB
Raw Blame History

id title sidebar_label
qfontdatabase QFontDatabase QFontDatabase

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

+ new QFontDatabase(): QFontDatabase

Returns: QFontDatabase

Properties

native

native: NativeElement

Overrides Component.native


nodeChildren

nodeChildren: Setunknown = new Set()

Inherited from Component.nodeChildren


Optional nodeParent

nodeParent? : Component

Inherited from Component.nodeParent

Methods

bold

bold(family: string, style: string): boolean

Parameters:

Name Type
family string
style string

Returns: boolean


italic

italic(family: string, style: string): boolean

Parameters:

Name Type
family string
style string

Returns: boolean


setNodeParent

setNodeParent(parent?: Component): void

Inherited from Component.setNodeParent

Parameters:

Name Type
parent? Component

Returns: void


weight

weight(family: string, style: string): number

Parameters:

Name Type
family string
style string

Returns: number


Static addApplicationFont

addApplicationFont(fileName: string): number

Parameters:

Name Type
fileName string

Returns: number


Static removeApplicationFont

removeApplicationFont(id: number): boolean

Parameters:

Name Type
id number

Returns: boolean