decode_Transforms
Overview
decode_Transforms is a class in Aspose.Font FOSS for Python.
This class provides 3 methods for working with decode_Transforms objects in Python programs.
Available methods include: ToUpperCase, TransformDictionaryWord, __init__.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this decode_Transforms instance. |
ToUpperCase(p, p_off) | ` converts a slice of a byte array to upper‑case characters, useful for case‑insensitive dictionary look‑ups |
TransformDictionaryWord(dst, dst_off, word, word_off, _hx_len, transform) | Writes a transformed version of word into dst using the specified transform |