update : 2015.11.03
php.shukuma.com검색:
|
CairoFontFace::getType(PECL cairo >= 0.1.0) CairoFontFace::getType — Retrieves the font face type 설명
public int CairoFontFace::getType
( void
)
This function returns the type of the backend used to create a font face. See CairoFontType class constants for available types. 인수이 함수는 인수가 없습니다. 반환값A font type that can be any one defined in CairoFontType 예제
Example #1 CairoFontFace::getType() example
<?php 위 예제의 출력 예시: int(0) 참고
|