copyString

Copy a string into a static array used by ImageMagick for some atributes.

  1. void copyString(char[MaxTextExtent] dest, string source)
    void
    copyString
    (,
    string source
    )
  2. void copyString(char* dest, string source)

Meta