Cairo
PHP Manual

The CairoFontWeight class

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

Specifies variants of a font face based on their weight.

クラス概要

CairoFontWeight {
/* 定数 */
const integer NORMAL = 0 ;
const integer BOLD = 1 ;
}

定義済み定数

CairoFontWeight::NORMAL

Normal font weight

CairoFontWeight::BOLD

Bold font weight


Cairo
PHP Manual