Menu

SAP Function Module RSPO_CF_GET_WIDTH_INFO_TTF

Liefere Fontname, bold/italic und Metriken für TTF Font

The Function Module RSPO_CF_GET_WIDTH_INFO_TTF (Liefere Fontname, bold/italic und Metriken für TTF Font) is a standard Function Module in SAP ERP and is part of the function group RSPOCFONT within the package SPOO.

Technical Information

Function Module RSPO_CF_GET_WIDTH_INFO_TTF
Short Text Liefere Fontname, bold/italic und Metriken für TTF Font
Function Group RSPOCFONT
Package SPOO
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
FONTFILETAB TYPE STANDARD TABLE Fontdatei (RSPOLPBI!)
TTC_SELECTION_BTC TYPE I 1 Im Batch: gewünschter TTC 'Sub-'Font
TTF_BYTECOUNT TYPE I Länge in Bytes

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERRSTRING TYPE STRING Error message
FONTNAME_ENGLISH TYPE STRING English TTF name
HAS_BASICLATIN_LOWER TYPE C Has a..z ?
HAS_BASICLATIN_UPPER TYPE C Has A..Z ?
IS_BOLD TYPE C Bold? YES-'X', no - ' '
IS_ITALIC TYPE C Italic? YES-'X', no - ' '
NUMBER_OF_GLYPHS TYPE I Number glyphs in font
UC_METRIC_TABLE TYPE CFT_CHAR_WIDTH character width table

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
ERROR Fehler (siehe ERRSTRING)
USER_ABORTED Benutzer hat Dialog abgebrochen