FontRouter LT Configuration File Guide

June 4, 2007 | tags FontRouter  LT  Configuration  Example  Guide   | views
Comments 0

; FontRouter LT Configuration File Example
; Comment line starts with ";".


[Global]

; Enable/Disable main function of FontRouter.
; Default: 1
;
Enable=1

; Enable/Disable native font file (GDR) support.
; Default: 1
;
NativeFont=1

; Log levels: 1 - Fatal, 2 - Error, 3 - Warning, 4 - Info, 5 - Debug
; Please remember to create folder "C:\Logs\FontRouter" before logging will begin to work.
; Default: 4
;
LogLevel=4

; Force to enable anti-aliased bitmap type for TrueType font. (Only available on SymbianOS 7 or above)
;   0 - System default
;   1 - Prefer monochrome bitmap type
;   2 - Force to use monochrome bitmap type
;   3 - Prefer anti-aliased bitmap type
;   4 - Force to use anti-aliased bitmap type
; Default: 0
;
ForceAntiAliased=4

; Fix font metrics (especially necessary for East-Asian language fonts)
;   0 - No fix to apply
;   1 - Simulate the style of built-in Chinese font from Nokia.
; Default: 0
;
FixFontMetrics=0

; Fix character metrics automatically (for characters not fit the font metrics)
;   0 - No fix to apply
;   1 - Fix character metrics automatically
; Default: 0
;
FixCharMetrics=0

; Disable font file. (full path or just file name)
;
;DisableFontFile=Z:\System\Fonts\S60SC.ccc
;DisableFontFile=S60TCHK.ccc


[FontMap]

;Customize font-map
;
;    <RequestFont>=[SubstFont]
;
;        When SubstFont absent, FontRouter will bypass RequestFont and leave it to native Symbian font system.
;
;      RequestFont syntax:
;
;          [FontName[@FontHeight]]
;
;      SubstFont syntax:
;
;          FontName[@FontHeight[:Parameters]]
;
;        FontName syntax:
;
;            [<TypefaceName> | <FileName> | *]
;
;            "*" in RequestFont stands for all other fonts not listed in this configuration file.
;            "*" in SubstFont stands for the first available font outside ROM.
;
;        Parameters syntax:
;
;            A       Force anti-aliased
;            a       Force monochrome
;            B       Prefer bold
;            b       Prefer thin
;            I       Prefer italic
;            i       Prefer upright
;            Y<n>    Y adjust (n can be negative)
;            W<n>    Character gap adjust (n can be negative)
;            L<n>    (Experimental) Line gap adjust (n can be negative)
;
;    Examples:
;
;        Sans MT 936_S60=*
;        Sans MT 936_S60@11=Microsoft YaHei
;        Sans MT 936_S60@12=Microsoft YaHei@15:Y-1
;        Sans MT 936_S60@24=FZLiBian-S02:W1
;        Sans MT 936_S60@30=
;

; Common
*=*
=*

; For S60 v1/v2
LatinBold12=*@12
LatinBold13=*@13
LatinBold17=*@17
LatinBold19=*@19
LatinPlain12=*@12
font17=*@17
Aco13=Aco@13
Aco21=Aco@21
Acalc21=Acalc@21
Acb14=Acb@14
Acb30=Acb@30
Acp5=Acp@5
Alp13=*@13
Alp17=*@17
Alb17b=*@17
Alp12i=*@12
Alp13i=*@13
Alp17i=*@17
Alb12i=*@12
Alb13i=*@13
Alb17bi=*@17

; For S60 v1/v2 Chinese
CombinedChinesePlain12=*@12
CombinedChinesePlain16=*@16

; For S60 v2
Series 60 ZDigi=

; For UIQ2
Eikon=
Symbol=
Calc=
Calcinv=
Digital=




Post comment:

◎welcome to give out your point。