Advertisement
Guest User

yongho

a guest
Oct 9th, 2009
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; FontRouter LT Configuration File Example
  2. ; Comment line starts with ";".
  3.  
  4.  
  5. [Global]
  6.  
  7. ; Enable/Disable main function of FontRouter.
  8. ; Default: 1
  9. ;
  10. Enable=1
  11.  
  12. ; Enable/Disable native font file (GDR) support.
  13. ; Default: 1
  14. ;
  15. NativeFont=1
  16.  
  17. ; Log levels: 1 - Fatal, 2 - Error, 3 - Warning, 4 - Info, 5 - Debug
  18. ; Please remember to create folder "C:\Logs\FontRouter" before logging will begin to work.
  19. ; Default: 4
  20. ;
  21. LogLevel=4
  22.  
  23. ; Force to enable anti-aliased bitmap type for TrueType font. (Only available on SymbianOS 7 or above)
  24. ;   0 - System default
  25. ;   1 - Prefer monochrome bitmap type
  26. ;   2 - Force to use monochrome bitmap type
  27. ;   3 - Prefer anti-aliased bitmap type
  28. ;   4 - Force to use anti-aliased bitmap type
  29. ;   5 - Prefer sub-pixel bitmap type
  30. ;   6 - Force to use sub-pixel bitmap type
  31. ; Default: 0
  32. ;
  33. ForceAntiAliased=4
  34.  
  35. ; Fix font metrics (especially necessary for East-Asian language fonts)
  36. ;   0 - No fix to apply
  37. ;   1 - Simulate the style of built-in Chinese font from Nokia.
  38. ; Default: 0
  39. ;
  40. FixFontMetrics=0
  41.  
  42. ; Fix character metrics automatically (for characters not fit the font metrics)
  43. ;   0 - No fix to apply
  44. ;   1 - Fix character metrics automatically
  45. ; Default: 0
  46. ;
  47. FixCharMetrics=0
  48.  
  49. ; Disable font file. (full path or just file name)
  50. ;
  51. ;DisableFontFile=Z:\Resource\Fonts\S60SC.ccc
  52. ;DisableFontFile=S60TCHK.ccc
  53.  
  54. ; Global zoom ratio (by percentage) and range of font size to apply zooming to.
  55. ZoomRatio=100
  56. ZoomMinSize=0
  57. ZoomMaxSize=48
  58.  
  59. ; Global chroma adjust (by percentage). Only avaiable for anti-aliased font.
  60. Chroma=100
  61.  
  62. ; Extra font files to be loaded.
  63. ExtraFontFile=\Data\font-files\*.*
  64.  
  65.  
  66. [FontMap]
  67.  
  68. ;Customize font-map
  69. ;
  70. ;    <RequestFont>=[SubstFont]
  71. ;
  72. ;        When SubstFont absent, FontRouter will bypass RequestFont and leave it to native Symbian font system.
  73. ;
  74. ;      RequestFont syntax:
  75. ;
  76. ;          [FontName[@FontHeight]]
  77. ;
  78. ;      SubstFont syntax:
  79. ;
  80. ;          FontName[@FontHeight[:Parameters]]
  81. ;
  82. ;        FontName syntax:
  83. ;
  84. ;            [<TypefaceName> | <FileName> | *]
  85. ;
  86. ;            "*" in RequestFont stands for all other fonts not listed in this configuration file.
  87. ;            "*" in SubstFont stands for the first available font outside ROM.
  88. ;
  89. ;        Parameters syntax:
  90. ;
  91. ;            A       Force anti-aliased
  92. ;            a       Force monochrome
  93. ;            B       Prefer bold
  94. ;            b       Prefer thin
  95. ;            I       Prefer italic
  96. ;            i       Prefer upright
  97. ;            Y<n>    Y adjust (n can be negative)
  98. ;            W<n>    Character gap adjust (n can be negative)
  99. ;            L<n>    (Experimental) Line gap adjust (n can be negative)
  100. ;            Z<n>    Zoom ratio by percentage (Default: 100)
  101. ;            C<n>    Chroma adjust by percentage (Default: 100)
  102. ;
  103. ;    Examples:
  104. ;
  105. ;        Sans MT 936_S60=*
  106. ;        Sans MT 936_S60@11=Microsoft YaHei
  107. ;        Sans MT 936_S60@12=Microsoft YaHei@15:Y-1
  108. ;        Sans MT 936_S60@24=FZLiBian-S02:W1
  109. ;        Sans MT 936_S60@30=
  110. ;
  111.  
  112. ; Common
  113. *=*
  114. =*
  115.  
  116. ; For S60 3rd
  117. Series 60 ZDigi=
  118.  
  119. ; For UIQ3
  120. Monospaced=
  121. Eikon=
  122. Symbol=
  123. Calc=
  124. Calcinv=
  125. Digital=
  126.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement