编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « CairoFontOptions::status
  • CairoFontType »
  • PHP Manual
  • Cairo
  • The CairoFontSlant class

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

相关文章
php cairo the cairo classphp cairo the cairoantialias classphp cairo the cairocontent classphp cairo the cairocontext classphp cairo the cairoexception classphp cairo the cairoextend classphp cairo the cairofontslant classphp cairo the cairohintmetrics classphp cairo the cairohintstyle classphp cairo the cairoimagesurface classphp cairo the cairolineargradient classphp cairo the cairolinecap classphp cairo the cairolinejoin classphp cairo the cairomatrix classphp cairo the cairosolidpattern classphp cairo the cairostatus classphp cairo the cairosubpixelorder classphp cairo the cairosurface classphp cairo the cairosurfacepattern classphp cairo the cairosurfacetype class
关注编程学问公众号
编程学问网 湘ICP备20001732号