CairoFontType
CairoScaledFont
Cairo
PHP Manual
The CairoFontWeight class
简介
Specifies variants of a font face based on their weight.
类摘要
CairoFontWeight
{
/* 常量 */
const
integer
CairoFontWeight::NORMAL
= 0
;
const
integer
CairoFontWeight::BOLD
= 1
;
}
预定义常量
CairoFontWeight Node Types
CairoFontWeight::NORMAL
Normal font weight
CairoFontWeight::BOLD
Bold font weight
CairoFontType
CairoScaledFont
Cairo
PHP Manual