DefaultFunctions
DefaultFunctions
概述
DefaultFunctions 是Python的Aspose.Font FOSS中的一个类.
记住:在SRC_offset的位置上,从Src到DST的位点数量.
这个类提供了在Python程序中与DefaultFunctions对象工作的8种方法. 有的方法包括: __init__, memcpyArray, memcpyArrayVector, memcpyVectorArray, memcpy_Int, memcpy_UInt, memset_Int, memset_UInt. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序.
方法
| Signature | 描述情况 |
|---|---|
__init__() | Calls 开始 在这个 DefaultFunctions 实例上. |
memcpy_Int(dst, dst_offset, src, src_offset, count) | 复制数从 src 在 sr c_offset 到 dst 在 d s t_ofset 的整数元素. |
memset_Int(b, offset, v, count) | 设置数列b中的整数元素从偏差开始到值v |
memcpy_UInt(dst, dst_offset, src, src_offset, count) | 在这个 DefaultFunctions 实例上调用 memcpy_UInt. |
memset_UInt(b, offset, v, count) | 在这个 DefaultFunctions 实例上调用 memset_UInt. |
memcpyArray(dst, dst_offset, src, src_offset, count) | 在这个 DefaultFunctions 实例上调用 memcpyArray. |
memcpyVectorArray(dst, dst_offset, src, src_offset, count) | 在这个 DefaultFunctions 实例上调用 memcpyVectorArray. |
memcpyArrayVector(dst, dst_offset, src, src_offset, count) | 复制数组从 src 在 sr c_offset 到 dst 在 d s t_ofset 的元素,处理阵列向量转换. |