pe_factory_vtmethod |
Creates the specified vertical transformation method object
PE_VTMETHOD pe_factory_vtmethod (int code);
code | The code of the predefined vertical transformation method object |
Creates the predefined vertical transformation method object with the specified code
On success, returns the new vertical transformation method object; On failure, returns a null pointer.
PE_VTMETHOD zshift = pe_factory_vtmethod(PE_VTMTH_VERTICAL_OFFSET);