SAP ABAP Class CL_RSTX_FONT_GSUB_REVERSE (Lookup subtable GSUB Reverse Chaining Contextual Substitut.)
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_REVERSE  
Short Description Lookup subtable GSUB Reverse Chaining Contextual Substitut.    
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 CL_RSTX_FONT_TTF Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 ZCL_ZHEI_FONT_MAIN Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_RSTX_FONT_GSUB_REVERSE has no interface implemented.
Friends
Class CL_RSTX_FONT_GSUB_REVERSE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 REVERSE_CHAIN_SUBST Instance attribute Private Type reference (TYPE) T_REVERSE_CHAIN_SUBST Data of Reverse Chain Contextual Substitution Subtable 20130327
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20130327
Events
Class CL_RSTX_FONT_GSUB_REVERSE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 T_REVERSE_CHAIN_SUBST Private See coding 20130327 begin of T_REVERSE_CHAIN_SUBST, subst_tab type T_SINGLE_SUBST_TAB, backtrack_tab type standard table of ref to CL_RSTX_FONT_COVERAGE with default key, " characters before Input sequence lookahead_tab type standard table of ref to CL_RSTX_FONT_COVERAGE with default key, " characters after Input sequence end of T_REVERSE_CHAIN_SUBST
2 T_REVERSE_CHAIN_SUBST_RAW Private See coding 20130327 begin of T_REVERSE_CHAIN_SUBST_RAW, subst_tab type T_SINGLE_SUBST_TAB, backtrack_tab type standard table of i with default key, " characters before Input sequence lookahead_tab type standard table of i with default key, " characters after Input sequence end of T_REVERSE_CHAIN_SUBST_RAW
3 T_SINGLE_SUBST_LINE Private See coding 20130327 begin of T_SINGLE_SUBST_LINE, source_id type i, " Glyph ID source_id is replaced with target_id target_id type i, end of T_SINGLE_SUBST_LINE
4 T_SINGLE_SUBST_TAB Private See coding 20130327 T_SINGLE_SUBST_TAB type sorted table of T_SINGLE_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 Importing FONT_REF Call by reference Object reference (TYPE REF TO) CL_RSTX_FONT_TTF Reference to font class of True Type Font 20130327
2 Importing GLOBAL_OFFSET Call by reference Type reference (TYPE) I Start offset of subtable 20130327
3 Importing HEADER Call by reference Type reference (TYPE) T_HEADER Header of lookup subtable 20130327
4 Importing 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 ERROR_OCCURRED An error occurred during the parsing of the subtable 20130327
History
Last changed by/on SAP  20140121 
SAP Release Created in 740