AssemblyConstants | Defines the constants that participate in the license check for the component. These used to be defined directly as assembly attributes, but I moved them into separate class because in .NET Compact Framework I cannot access assembly attributes. Now the licensing code when compiled for the .NET Compact Framework uses these constants instead of the assembly attributes. |
BuildVersionInfo | Provides information about the current product name and version. |
CryptoProvider | |
Font | Represents base Font class. |
FontBBox | Represents Font bounding box (BBox). |
FontEnvironment | Provides information about the current environment and platform. |
FontFactory | Contains functionality for opening fonts of different types and other methods for creating various objects. |
FontMetrics | Represents Font metrics. |
ICallbackOperationParams | Designed to hold different parameters for scenarios when ICallbackStartEndOperations interface is used. |
ICallbackStartEndOperations | Designed to be used in scenarios when some logic must be executed before start of method and after end of method. Parameters for StartCallbackOperation(ICallbackOperationParams) and EndCallbackOperation(ICallbackOperationParams) needed to be defined by classes which must inherit ICallbackOperationParams interface. |
IEncodingParameters | Common interface to support encoding parameters. Some Font types can have multiple encoding algorithms/maps. So, this interface should be used to create concrete font encoding parameters. |
IFont | Declares common functionality for all font formats. Implemented by Font classes. |
IFontDefinitionParser | Common interface for font file parsers. |
IFontEncoding | Defines an interface for Font encoding. |
IFontEnvironmentSettings | Represents functionality related to settings which are common for all the Fonts, created by Aspose.Font library at current session. |
IFontMetrics | Defines an interface for Font metrics tools. |
IFontRendering | Represents a Font. |
IFontSaver | Defines an interface for Font save functionality. |
IFontSource | represents a font source often it is a font collection example: ttc files, folders etc. |
IFontSubset | Represents font subset interface. |
IStreamFontParser | Designed to parse fonts basing on stream bytes, which are provided by Stream object. |
ISupportsNameAddressing | Defines members that are specific to encodings that support glyph name addressing. |
IUnicodeList | Represents unicode list. |
License | Provides methods to license the component. |
Metered | Provides methods to set metered key. |
MeteredBillingService | This internal class is used to handle customer’s matered state. |
MeteredCountService | This internal class is used to handle customer’s consumption data, the unit is MB. |
MultiLanguageString | Represents multi language string. |
NameToCodeMap | Represents name to code map. |
TransformationMatrix | Represents 3x3 transformation matrix |