Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image add function text: draw a string horizontally #1081

Merged
merged 12 commits into from
Aug 15, 2013
Prev Previous commit
Next Next commit
Fix define adapter.h
  • Loading branch information
dreamsxin committed Aug 15, 2013
commit 1d8fd7c14b3720e2c7ba110fce86657332f82cb3
2 changes: 1 addition & 1 deletion ext/image/adapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ PHALCON_INIT_FUNCS(phalcon_image_adapter_method_entry){
PHP_ME(Phalcon_Image_Adapter, text, arginfo_phalcon_image_adapter_text, ZEND_ACC_PUBLIC)
PHP_ME(Phalcon_Image_Adapter, mask, arginfo_phalcon_image_adapter_mask, ZEND_ACC_PUBLIC)
PHP_ME(Phalcon_Image_Adapter, background, arginfo_phalcon_image_adapter_background, ZEND_ACC_PUBLIC)
PHP_ME(Phalcon_Image_Adapter, blur, arginfo_phalcon_image_adapter_background, ZEND_ACC_PUBLIC)
PHP_ME(Phalcon_Image_Adapter, blur, arginfo_phalcon_image_adapter_blur, ZEND_ACC_PUBLIC)
PHP_ME(Phalcon_Image_Adapter, save, arginfo_phalcon_image_adapter_save, ZEND_ACC_PUBLIC)
PHP_ME(Phalcon_Image_Adapter, render, arginfo_phalcon_image_adapter_render, ZEND_ACC_PUBLIC)
PHP_FE_END
Expand Down