SAP ABAP Class CL_RSTX_FONT_GSUB_MULTIPLE (Lookup subtable GSUB Multiple Substitution)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-SCR (Application Component) SAPscript
⤷
STXD (Package) SAPscript
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSTX_FONT_LOOKUP_SUBTABLE | Lookup subtable | 20130327 |
Properties
| Class | CL_RSTX_FONT_GSUB_MULTIPLE | |
| Short Description | Lookup subtable GSUB Multiple Substitution | |
| Super Class | CL_RSTX_FONT_LOOKUP_SUBTABLE | Lookup subtable |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STXD | SAPscript |
| Created | 20130327 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_RSTX_FONT_GSUB_MULTIPLE has no interface implemented.
Friends
Class CL_RSTX_FONT_GSUB_MULTIPLE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | T_MULTI_SUBST_TAB | Data of Multi Substitution Subtable | 20130327 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | 20130327 |
Events
Class CL_RSTX_FONT_GSUB_MULTIPLE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_MULTI_SUBST_LINE | Private | See coding | 20130327 | begin of T_MULTI_SUBST_LINE,
source_id type i, " Glyph ID source_id is replaced with all Glyph IDs from target_tab
target_tab type t_integer_table,
end of T_MULTI_SUBST_LINE
|
||
| 2 | T_MULTI_SUBST_TAB | Private | See coding | 20130327 | T_MULTI_SUBST_TAB type sorted table of T_MULTI_SUBST_LINE
with unique key source_id
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FONT_REF | Call by reference | Object reference (TYPE REF TO) | CL_RSTX_FONT_TTF | Reference to font class of True Type Font | 20130327 | |||
| 2 | GLOBAL_OFFSET | Call by reference | Type reference (TYPE) | I | Start offset of subtable | 20130327 | |||
| 3 | HEADER | Call by reference | Type reference (TYPE) | T_HEADER | Header of lookup subtable | 20130327 | |||
| 4 | RAW_DATA | Call by reference | Type reference (TYPE) | CL_RSTX_FONT_TTF=>T_RAW_DATA | Subtable data transfered as raw data | 20130327 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An error occurred during the parsing of the subtable | 20130327 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |