SAP ABAP Class CL_RSPO_FNTUTL_UCGLYPHLIST (Unicode to glyph mapping)
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_UCGLYPHLIST  
Short Description Unicode to glyph mapping    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SPOO   Spool 
Created 20100629   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_RSPO_FNTUTL_UCGLYPHLIST has no forward declaration.
Interfaces
Class CL_RSPO_FNTUTL_UCGLYPHLIST has no interface implemented.
Friends
Class CL_RSPO_FNTUTL_UCGLYPHLIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NUM_MAPPINGS Instance attribute Public Type reference (TYPE) I num mappings 20100629
2 UC2GLYPHMAP Instance attribute Private Type reference (TYPE) T_TAB_INT Internal. Do not use 20100629
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR Instance method Public Method Delete list 20100629
2 CONSTRUCTOR Instance method Public Constructor Create empty list 20100629
3 GET_LIST Instance method Public Method Get Unicode to glyph map 20100629
4 SET_LIST_INT Instance method Public Method Do not use 20100629
Events
Class CL_RSPO_FNTUTL_UCGLYPHLIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_LINE_INT Public See coding Internal. Do not use 20100629 begin of T_LINE_INT, ucix_raw(3) type x, gix_raw(2) type x, end of T_LINE_INT
2 T_TAB_INT Public See coding Internal. Do not use 20100629 T_TAB_INT type standard table of T_LINE_INT
3 T_UC2GLYPHLINE Public See coding Unicode codepoint to glyph index map 20100629 begin of T_UC2GLYPHLINE, ucix type i, gix type i, end of T_UC2GLYPHLINE
4 T_UC2GLYPHTAB Public See coding Table of UC->glyph mappings 20100629 T_UC2GLYPHTAB type sorted table of T_UC2GLYPHLINE with unique key ucix
Method Signatures

Method CLEAR Signature

Method CLEAR on class CL_RSPO_FNTUTL_UCGLYPHLIST has no parameter.
Method CLEAR on class CL_RSPO_FNTUTL_UCGLYPHLIST has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_RSPO_FNTUTL_UCGLYPHLIST has no parameter.
Method CONSTRUCTOR on class CL_RSPO_FNTUTL_UCGLYPHLIST has no exception.

Method GET_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_LIST Value transfer Type reference (TYPE) T_UC2GLYPHTAB Table of UC->glyph mappings 20100629

Method GET_LIST on class CL_RSPO_FNTUTL_UCGLYPHLIST has no exception.

Method SET_LIST_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_LIST_INT Call by reference Type reference (TYPE) T_TAB_INT Internal. Do not use 20100629

Method SET_LIST_INT on class CL_RSPO_FNTUTL_UCGLYPHLIST has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 703