update : 2015.11.03
php.shukuma.com검색:
|
CairoContext::selectFontFacecairo_select_font_face(PECL cairo >= 0.1.0) CairoContext::selectFontFace -- cairo_select_font_face — The selectFontFace purpose 설명객체 기반 형식 (method):
public void CairoContext::selectFontFace
( string
$family
[, string $slant
[, string $weight
]] )절차식 형식:
void cairo_select_font_face
( CairoContext
$context
, string $family
[, string $slant
[, string $weight
]] )Description here. Warning
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다. 인수
반환값Description... 예제
Example #1 객체 기반 형식
<?php 위 예제의 출력 예시: ...
Example #2 절차식 형식
<?php 위 예제의 출력 예시: ... 참고
|