- PHP 手册
- 函数参考
- 图像生成和处理
- Cairo
The CairoFontSlant class
(No version information available, might only be in Git)
简介
Specifies variants of a font face based on their slant.
类摘要
CairoFontSlant { /* 常量 */ const integer NORMAL = 0 ; const integer ITALIC = 1 ; const integer OBLIQUE = 2 ; }预定义常量
CairoFontSlant::NORMAL
-
Upright font style
CairoFontSlant::ITALIC
-
Italic font style
CairoFontSlant::OBLIQUE
-
Oblique font style
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/class.cairofontslant.php