SAP ABAP Class CL_RSPO_FNTUTL_GLYPHMAP (Glyph list/old-new glyph mapping for font subsetting)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-PRN (Application Component) Print and Output Management
⤷
SPOO (Package) Spool
⤷
⤷
Properties
| Class | CL_RSPO_FNTUTL_GLYPHMAP | |
| Short Description | Glyph list/old-new glyph mapping for font subsetting | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SPOO | Spool |
| Created | 20121207 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_RSPO_FNTUTL_GLYPHMAP has no forward declaration.
Interfaces
Class CL_RSPO_FNTUTL_GLYPHMAP has no interface implemented.
Friends
Class CL_RSPO_FNTUTL_GLYPHMAP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | I | -1 | Value for "no glyph" (glyph index 0 is a valid value!) | 20121207 | ||
| 2 | Constant | Private | Type reference (TYPE) | I | 16777215 | internal No Glyph=0xFFFFFF | 20121207 | ||
| 3 | Instance attribute | Private | Type reference (TYPE) | T_GLYPHMAPTAB | Table of glyph mappings | 20121207 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | I | 0 | For get first...get next | 20121207 | ||
| 5 | Instance attribute | Public | Type reference (TYPE) | I | Total number of (ori) glyphs | 20121207 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add single glyph index to list | 20121207 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20121207 | |
| 3 | Instance method | Public | Method | Convert glyphmap to internal X(6) table (for C-CALL) | 20121207 | |
| 4 | Instance method | Public | Method | Get first glyph pair from list | 20121207 | |
| 5 | Instance method | Public | Method | For gl_ori, get new glyph (or C_NO_GLYPH if unmapped) | 20121207 | |
| 6 | Instance method | Public | Method | Get next glyph pair, gl_ori=C_NO_GLYPH indicates end of list | 20121207 | |
| 7 | Instance method | Public | Method | Convert internal X(6) table to glyphmap (for C-CALL) | 20121207 | |
| 8 | Instance method | Public | Method | For gl_ori, set gl_new (i.e. map ori to new glyph index) | 20121207 |
Events
Class CL_RSPO_FNTUTL_GLYPHMAP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_GLYPHMAP | Public | See coding | Old and new glyph index | 20121207 | begin of T_GLYPHMAP,
gl_ori type i,
gl_new type i,
end of T_GLYPHMAP
|
|
| 2 | T_GLYPHMAPTAB | Public | See coding | Table of glyph mappings | 20121207 | T_GLYPHMAPTAB type sorted table of T_GLYPHMAP with unique key gl_ori
|
|
| 3 | T_GLYPHRAW | Public | See coding | Internal representation of ori/new glyph | 20121207 | begin of T_GLYPHRAW,
gl_orinew(6) type x,
end of T_GLYPHRAW
|
|
| 4 | T_GLYPHRAWTAB | Public | See coding | Internal table of ori/new glyphs | 20121207 | T_GLYPHRAWTAB type standard table of T_GLYPHRAW with non-unique default key
|
Method Signatures
Method ADD_GLYPH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_GLYPHIX | Call by reference | Type reference (TYPE) | I | Index of glyph (0....) | 20121207 |
Method ADD_GLYPH on class CL_RSPO_FNTUTL_GLYPHMAP has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_RSPO_FNTUTL_GLYPHMAP has no parameter.
Method CONSTRUCTOR on class CL_RSPO_FNTUTL_GLYPHMAP has no exception.
Method EXPORT_AS_RAWTABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RAWTAB | Value transfer | Type reference (TYPE) | T_GLYPHRAWTAB | Internal table of ori/new glyphs | 20121207 |
Method EXPORT_AS_RAWTABLE on class CL_RSPO_FNTUTL_GLYPHMAP has no exception.
Method GET_FIRST_GLYPH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_GLYPH | Value transfer | Type reference (TYPE) | T_GLYPHMAP | Old and new glyph index | 20121207 |
Method GET_FIRST_GLYPH on class CL_RSPO_FNTUTL_GLYPHMAP has no exception.
Method GET_GLYPH_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_GLYPH_ORI | Call by reference | Type reference (TYPE) | I | glyph index of ori glyph | 20121207 | |||
| 2 | RT_GLYPH_NEW | Value transfer | Type reference (TYPE) | I | glyph index of mapped glyph | 20121207 |
Method GET_GLYPH_MAPPING on class CL_RSPO_FNTUTL_GLYPHMAP has no exception.
Method GET_NEXT_GLYPH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_GLYPH | Value transfer | Type reference (TYPE) | T_GLYPHMAP | Old and new glyph index | 20121207 |
Method GET_NEXT_GLYPH on class CL_RSPO_FNTUTL_GLYPHMAP has no exception.
Method IMPORT_FROM_RAWTABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_RAWTAB | Call by reference | Type reference (TYPE) | T_GLYPHRAWTAB | Internal table of ori/new glyphs | 20121207 |
Method IMPORT_FROM_RAWTABLE on class CL_RSPO_FNTUTL_GLYPHMAP has no exception.
Method SET_GLYPH_MAPPING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IM_GLYPHMAP | Call by reference | Type reference (TYPE) | T_GLYPHMAP | Old and new glyph index | 20121207 |
Method SET_GLYPH_MAPPING on class CL_RSPO_FNTUTL_GLYPHMAP has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |