DefaultFunctions
סקירה כללית
DefaultFunctions הוא שיעור ב Aspose.Font FOSS עבור Python.
DefaultFunctions.memcpy_Int copies count integer elements from src at src_offset to dst at dst_offset.
שיעור זה מספק 8 שיטות לעבוד עם אובייקטים DefaultFunctions בתוכניות Python. שיטות זמינות כוללות: __init__, memcpyArray, memcpyArrayVector, memcpyVectorArray, memcpy_Int, memcpy_UInt, memset_Int, memset_UInt. כל החברים הציבוריים זמינים לכל יישום Python לאחר התקנת Aspose.Font FOSS עבור חבילת Python.
שיטות
| חתימה | תיאור |
|---|---|
__init__() | שיחות INI על פי דוגמה זו. |
memcpy_Int(dst, dst_offset, src, src_offset, count) | העותקים מחשבים את האלמנטים המלאים מ src ב srk_offset ל dst ב dt_Offset |
memset_Int(b, offset, v, count) | סדרה לספור את האלמנטים המלאים בסדרת b החל מהערך הנחה ל- v |
memcpy_UInt(dst, dst_offset, src, src_offset, count) | התקשר memcpy_UInt על האינדקס הזה DefaultFunctions. |
memset_UInt(b, offset, v, count) | התקשר memset_UInt על האינדקס הזה DefaultFunctions. |
memcpyArray(dst, dst_offset, src, src_offset, count) | התקשר memcpyArray על האינדקס הזה DefaultFunctions. |
memcpyVectorArray(dst, dst_offset, src, src_offset, count) | התקשר memcpyVectorArray על האינדקס הזה DefaultFunctions. |
memcpyArrayVector(dst, dst_offset, src, src_offset, count) | העותקים לספור את האלמנטים מ src ב srk_offset ל dst ב dt_ofset, ניהול ההפוך array-to-vector |