intra-mart Accel Platform (Linux Version) Installation and Setting¶
Standalone Configuration / Distributed Configuration
Note
In case multi-byte characters get corrupted when the images are displayed on the screen of intra-mart Accel Platform, settings shown below would be needed.
Please install [JIS2004 Font] to the server on which intra-mart Accel Platform operates following the steps below.
After downloading [IPA Font], please decompress the ZIP file.
Copy the font file with [.ttf] extension to the <%JAVA_HOME%/jre/lib/fonts> directory.
- Save <%STORAGE_PATH%/system/fontconfig/jre/lib/fontconfig.properties.linux> fileas <%JAVA_HOME%/jre/lib/fontconfig.properties>.Or,Rename <%JAVA_HOME%/jre/lib/fontconfig.properties.src> to <fontconfig.properties>, add the setting below, and save it.
(Top) # # Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. # # fontconfig.properties using "IPA font" ######### Additions are made from here ######### # The IPA font is an outline font in accordance with JIS X 0213:2004. # URL -> http://ossipedia.ipa.go.jp/ipafont/ # IPA gothic : ipag.ttf # IPA P gothic : ipagp.ttf # IPA UI gothic : ipagui.ttf # IPA mincho : ipam.ttf # IPA P mincho : ipamp.ttf ######### Additions end here ######### # Version ・ ・ ・ ######### Additions are mde from here ######### # Font File Names filename.-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidabright-medium-r-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidabright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidabright-medium-i-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidabright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidasans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidasans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidatypewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidatypewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidatypewriter-medium-i-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf filename.-b&h-lucidatypewriter-bold-i-normal-sans-*-%d-*-*-m-*-iso8859-1=$JRE_LIB_FONTS/ipagui.ttf ######### Additions end here ######### (Bottom)
- Rename the valid <fontconfig.OS.Version.properties> and <fontconfig.OS.Version.bfc>in the <%JAVA_HOME%>/jre/lib> directory.Example)・ fontconfig.RedHat.bfc → fontconfig.RedHat.bfc.back・ fontconfig.Sun.bfc → fontconfig.Sun.bfc.back・ fontconfig.bfc → fontconfig.bfc.back