encode_Command_functions

encode_Command_functions

Overview

encode_Command_functions เป็นคลาสใน Aspose.Font FOSS สําหรับ Python.

หมวดนี้ให้ 6 วิธีในการทํางานกับวัตถุ encode_Command_functions ในโปรแกรม Python. วิธีการที่ใช้ได้แก่: CombineLengthCodes, GetCopyLengthCode, GetDistCode, GetInsertLengthCode, GetLengthCode, __init__. สมาชิกสาธารณะทุกคนสามารถเข้าถึงการใช้งาน Python ใดก็ได้หลังจากติดตั้งแพ็คเกจ FOSS for Python.

Methods

SignatureDescription
__init__()Calls init การประกอบการ ในตัวอย่าง encode_Command_functions นี้.
GetDistCode(distance_code, code, extra)ส่งรหัสระยะทาง, รหัวกรอง และบิตเพิ่มสําหรับอัตราการแสดงระดับระยาวที่ให้ไว้ ทําให้สามารถสร้างคําสั่งสําเนาใน Brotli encoding
GetInsertLengthCode(insertlen)การคืนรหัสความยาวของ Brotli สําหรับความนานการใส่ที่ให้
GetCopyLengthCode(copylen)คํานวณรหัสความยาวของคอปิเลนสําหรับคอกลิ้นที่ให้ไว้
CombineLengthCodes(inscode, copycode, distancecode)รวม inscode, copycode และ distance code เป็นรหัสเดียว
GetLengthCode(insertlen, copylen, distancecode, code, extra)ส่งรหัสความยาวเต็ม โดยใช้ insertlen, copylen , distancecode, code และ extra

See Also

 ภาษาไทย