java - Font mapping Issue Oracle Forms 11 -


i have trouble mapping fonts of forms. followed this documentation

i added following lines @ registry.dat of wls server file:

default.fontmap.appfontnames=courier new,courier,courier,system,terminal,fixed,fixedsys,times,times new roman,ms sans serif,arial,wingdings default.fontmap.javafontnames=monospaced,monospaced,monospaced,dialog,monospaced,dialog,dialog,serif,serif,sansserif,sansserif,wingdings 

and added following line fontconfig.properties :

allfonts.wingdings=wingdings wingdings.plain.alphabetic=wingdings wingdings.bold.alphabetic=wingdings wingdings.italic.alphabetic=wingdings wingdings.bolditalic.alphabetic=wingdings 

there absolutely no change, when running form. looks fontconfig never read, because mapping wingdings java standard font work. i'm trying map wingdings fonts. mapping other fonts doesn't work either.

anybody ideas fix issue ? there no workaround fonts, have changed. there no way force font mapping.

thanks

i once had similar bug in oracle reports wingdings fonts did not appear when nls_lang set utf8.

the solution "the wingdings fonts available when using utf8 characters between asc 32 , 127. asc 252 display blank because not supported utf8.

any of following font sets provide reasonable work around.

webdings - chr(97) wingdings2 - chr(80) wingdings2 - chr(87)

maybe try webdings , see if better response. in future can find many forms solutions on blog oracleformsinfo.com. mia


Comments

  1. Do you Want to convert all your text into symbols and make it confusing for your friends to understand? Then try Wingdings Texts and information Source is https://insta-fonts.com

    ReplyDelete

Post a Comment

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -