HxOverrides

Overview

HxOverrides is a class in Aspose.Font FOSS for Python.

HxOverrides.eq returns true if a and b are equal, handling NaN and object identity.

This class provides 7 methods for working with HxOverrides objects in Python programs. Available methods include: arrayGet, eq, mapKwArgs, mod, modf, rshift, stringOrNull. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.

Methods

SignatureDescription
eq(a, b)Returns true if a and b are equal, handling NaN and object identity
stringOrNull(s)Returns the given string or an empty string when the value is None
rshift(val, n)Performs a logical right‑shift of val by n bits
modf(a, b)Computes the floating‑point remainder of a divided by b using Haxe semantics
mod(a, b)Returns the integer remainder of a divided by b, always non‑negative
arrayGet(a, i)Retrieves the element at index i from list a
mapKwArgs(a, v)Copies key/value pairs from dict a onto the attributes of object v

See Also