Name
GetCharMaps -- return character maps supported by font (V9.0)
Synopsis
t = GetCharMaps()
Function
This function returns a table that contains all character maps supported by the font that is currently the active one. The following character maps are currently supported by Hollywood:

 
#CHARMAP_DEFAULT
#CHARMAP_MSSYMBOL
#CHARMAP_UNICODE
#CHARMAP_SJIS
#CHARMAP_BIG5
#CHARMAP_WANSUNG
#CHARMAP_JOHAB
#CHARMAP_ADOBESTANDARD
#CHARMAP_ADOBEEXPERT
#CHARMAP_ADOBECUSTOM
#CHARMAP_ADOBELATIN1
#CHARMAP_OLDLATIN2
#CHARMAP_APPLEROMAN

Note that character maps are only supported for fonts handled by Hollywood's inbuilt engine, i.e. the Engine tag must have been set to #FONTENGINE_INBUILT when opening the font. See SetFont for details.

Inputs
none

Results
t
table containing all character maps supported by the current font

Show TOC