Welcome to Catalog Tips
				
			Search more than 200 articles to learn more about creating and automating your product catalogs
Tip: Start typing in the input box for immediate search results.
GETBARCODEGLYPHS – Return glyphs from barcode font
Overview
This Custom Field returns the glyphs to use from the specified barcode font.
Syntax
GETBARCODEGLYPHS(‘FontName‘)
| Element | Description | 
|---|---|
| FontName | The barcode font to be returned, e.g. EanBwrP36Tt, EanT48L | 
Example
GETBARCODEGLYPHS(EanBwrP36Tt) returns {0123456789}{ABCDEFGHIJ}{abcdefghij}{#$%&’()*+,}{-!!}.
EAN13(FIELDSTR(ProductCode), GETBARCODEGLYPHS(‘EanT48L‘))
