CffEncoding

CffEncoding

Overview

CffEncoding यह एक क्लास है Aspose.Font FOSS के लिए Python।. वारिस से: FontEncoding.

CffEncoding.unicode_to_gid(कोडपॉइंट) वर्तमान सीएफए कोडिंग के अनुसार एक यूनिकोडी कोड पॉइंटी के लिए GlyphId वापस करता है।.

इस कक्षा में पायथन प्रोग्रामों में CffEncoding वस्तुओं के साथ काम करने के लिए 5 तरीके प्रदान किए जाते हैं।. उपलब्ध तरीकों में शामिल हैं: expert, from_reader, get_all_codepoints, standard, unicode_to_gid. सभी सार्वजनिक सदस्य किसी भी Python अनुप्रयोग के लिए उपलब्ध हैं Aspose.Font FOSS को स्थापित करने के बाद Python पैकेज।.

Methods

SignatureDescription
from_reader(r: BinaryReader, num_glyphs: int, charset: CffCharset, string_index: CffIndex)"CffEncoding"एक BinaryReader से पढ़ने के माध्यम से एक कोडिंग बनाता है, जिसमें दिए गए ग्लिफ गिनती, चार्सेट और स्ट्रिंग इंडेक्स का उपयोग किया जाता है।
standard(charset: CffCharset)"CffEncoding"आपूर्ति की गई कारसेट के लिए कॉन्फ़िगर किए गए मानक सीएफएफ कोड वापस करता है
expert(charset: CffCharset)"CffEncoding"एक विशेषज्ञ सीएफएफ कोड वापस करता है जो आपूर्ति की गई कारसेट के लिए कॉन्फ़िगर किया गया है
unicode_to_gid(codepoint: int)GlyphIdवर्तमान सीएफएफ कोडिंग के अनुसार एक यूनिकोड कोडपॉइंट के लिए GlyphId वापस करता है
get_all_codepoints()list[int]सभी कोडपॉइंट वापस कर दें।.

See Also

 हिन्दी