SAP ABAP Function Module RSPO_CF_GET_WIDTH_INFO_TTF (Liefere Fontname, bold/italic und Metriken für TTF Font)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-PRN (Application Component) Print and Output Management
     SPOO (Package) Spool
Basic Data
Function Module RSPO_CF_GET_WIDTH_INFO_TTF Liefere Fontname, bold/italic und Metriken für TTF Font  
Function Group RSPOCFONT   Cascading Font Services Spooler  
Program Name SAPLRSPOCFONT    
INCLUDE Name LRSPOCFONTU01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting IS_BOLD TYPE C Bold? YES='X', no = ' '
Exporting IS_ITALIC TYPE C Italic? YES='X', no = ' '
Exporting HAS_BASICLATIN_UPPER TYPE C Has A..Z ?
Exporting HAS_BASICLATIN_LOWER TYPE C Has a..z ?
Exporting FONTNAME_ENGLISH TYPE STRING English TTF name
Exporting NUMBER_OF_GLYPHS TYPE I Number glyphs in font
Exporting ERRSTRING TYPE STRING Error message
Exporting UC_METRIC_TABLE TYPE CFT_CHAR_WIDTH character width table
Importing FONTFILETAB TYPE STANDARD TABLE Fontdatei
Importing TTF_BYTECOUNT TYPE I Länge in Bytes
Importing TTC_SELECTION_BTC TYPE I 1 Im Batch: gewünschter TTC "Sub-"Font
Exception ERROR TYPE Fehler (siehe ERRSTRING)
Exception USER_ABORTED TYPE Benutzer hat Dialog abgebrochen
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20050302 
SAP Release Created in 700