image - Extend the built-in PHP GD fonts -


i built-in fonts gd, they're small, fit tidily in pixel grid, , come in range of useful sizes.

but support 32-255 character range.

is possible extend these fonts in way? instance, want allow japanese characters. using fullwidth characters i'd want produce (from wikipedia)

characters

is there way extend built-in font this? or alternatively, there font available same built-in 1 support more characters? ttf font i've tried use results in antialiasing, disastrous on palette-based images...

according doc, can disable antialiasing ttf fonts using negative of color index color parameter of imagettftext function.


Comments

Popular posts from this blog

google app engine - 403 Forbidden POST - Flask WTForms -

Android layout hidden on keyboard show -

Parse xml element into list in Python -