InfoConnect for Airlines
OnDemandFontsEnabled Property


On-demand font-loading (ODL) is a Digital Japan feature that has been added to version 5.2 of InfoConnect (along with related features such as VT382 font-preloading and Gyoukan-Keisen line drawing). Set this property to True if you are using an EUC double-byte Japanese character set and want ODL to be used for xA121-xFE7E.
Syntax
'Declaration
 
Property OnDemandFontsEnabled As Boolean
'Usage
 
Dim instance As IScreen
Dim value As Boolean
 
instance.OnDemandFontsEnabled = value
 
value = instance.OnDemandFontsEnabled
bool OnDemandFontsEnabled {get; set;}
See Also