SAP ABAP Class CL_FONT_METRIC_LIST (Dispaly Font metrics)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-PRN (Application Component) Print and Output Management
     S_FONT_SUPPLEMENTARY (Package) Supplementary functionality
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FONT_LIST Results + ALV grid 20100914
Properties
Class CL_FONT_METRIC_LIST  
Short Description Dispaly Font metrics    
Super Class CL_FONT_LIST Results + ALV grid 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_FONT_SUPPLEMENTARY   Supplementary functionality 
Created 20100914   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_FONT_METRIC_LIST has no forward declaration.
Interfaces
Class CL_FONT_METRIC_LIST has no interface implemented.
Friends
Class CL_FONT_METRIC_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_FONT Instance attribute Private Object reference (TYPE REF TO) CL_FONT_INSTANCE Instance of font returned through font selector 20100914
2 MT_METRIC Instance attribute Private Type reference (TYPE) TY_FONT_METRIC_TAB 20100914
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20100914
2 SET_ATTRIBUTES Instance method Public Method Re-set attributes 20100914
Events
Class CL_FONT_METRIC_LIST has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_FONT_METRIC Public See coding 20100914 BEGIN OF ty_font_metric , codepoint TYPE c LENGTH 6, "SCPUCHAR, width TYPE dfont_emwidth. * INCLUDE TYPE SFONT_CP_TO_WIDTH. TYPES: character TYPE char2, " LENGTH 1, END OF ty_font_metric
2 TY_FONT_METRIC_TAB Public See coding 20100914 ty_font_metric_tab TYPE STANDARD TABLE OF ty_font_metric WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTAINER_NAME Call by reference Type reference (TYPE) SCRFNAME Name of a Screen Element 20100914
2 Importing IM_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV Control: Title bar text 20100914
3 Importing IO_FONT Call by reference Object reference (TYPE REF TO) CL_FONT_INSTANCE Typeface Repo - Font Family 20100914

Method CONSTRUCTOR on class CL_FONT_METRIC_LIST has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TITLE Call by reference Type reference (TYPE) LVC_TITLE ALV Control: Title bar text 20100914
2 Importing IO_FONT Call by reference Object reference (TYPE REF TO) CL_FONT_INSTANCE Instance of font returned through font selector 20100914

Method SET_ATTRIBUTES on class CL_FONT_METRIC_LIST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 703