2018年4月10日

fontInfo

クラス継承

QJSValue

プロパティー

fontInfo.bold: bool = false
fontInfo.family: string = プラットフォームデフォルト
fontInfo.italic: bool = false
fontInfo.pixelSize: int = プラットフォームデフォルト
fontInfo.pointSize: real = プラットフォームデフォルト
fontInfo.styleName: string = "Regular"
fontInfo.weight: int = 50

説明


QFontInfo の一部を QML で参照するときに使われるタイプ。

プロパティーの説明

fontInfo.bold: bool

true ならば太文字。

fontInfo.family: string

ファミリー名。

fontInfo.italic: bool

true ならばイタリック体。

fontInfo.pixelSize: real

ピクセルサイズ。

fontInfo.pointSize: real

ポイントサイズ。

fontInfo.styleName: string

スタイル名。

fontInfo.weight: int

ウェイト。

注意


toString() は font のような説明文字列を返さない。

問題


QFontInfo のリファレンスは underline()、overline()、strikeout() の記述が抜けている。

参考情報

0 件のコメント:

コメントを投稿

注: コメントを投稿できるのは、このブログのメンバーだけです。