Hide @ Arial Unicode MS Normal in MstnFontConfig.xml

Hi

Can I hide @ Arial Unicode MS Normal in MstnFontConfig.xml (I want to hide "or remove" all @fonts) if there is a way, how?

Microstation SS2

Windows 7 32 and 64 bit Enterprice

 

Regards

Tom

 

PS deleting fonts in windows is NOT an option

 

Parents Reply
  • Hi Inga

    I have my self writed in that thread so yes I know about it, but the @fonts are different. @fonts are inbedded with other font names in rows so I can´t hide the row., I am at home so I don´t have the MstnFontConfig.xml, could you attach your MstnFontConfig.xml to this thread so I can mark the problem rows so I can explain better.

    Best Regards

    Tom

Children
  • The following are my results in MS SS2 and MS SS3:

    Down near the bottom of the MSFontConfig.xml,  I edited these lines to include some of the fonts that started with "@" and set Hidden to True. 

    It remove those fonts from the font list as shown. 

    Perhaps I'm misunderstanding the problem?

     

    <!-- For TrueType fonts not listed above. -->
            <TTFontInfo>
                <Name>@arial Unicode MS,@batang,@BatangChe,@DFkai-SB,@Dotum,@DotumChe,@FangSong,@Gulim,@GulimChe,@Gungsuh,@GungsuhChe,@KaiTi</Name>
                <Hidden>true</Hidden>
                <NamedSymbols>
                    <NamedSymbol>
                        <Key>CenterLine</Key>
                        <CodePoint>8452</CodePoint>
                    </NamedSymbol>
                </NamedSymbols>
            </TTFontInfo>

     

     

     

  • Hi Inga

    Ok, so you added manually all the @fonts to this part in MSFontConfig.xml

    <!-- this section allows hiding (removing from user interface) TrueType fonts -->

       <TTFontInfo>

           <Name>@arial Unicode MS,@batang,@BatangChe,@DFkai-SB,@Dotum,@DotumChe,@FangSong,@Gulim,@GulimChe,@Gungsuh,@GungsuhChe,@KaiTi</Name>

     

    and activated the line

           <Hidden>False</Hidden>              <!-- set this to True to hide all TrueType Fonts -->

    to this

          <Hidden>True</Hidden>              <!-- set this to True to hide all TrueType Fonts -->

       </TTFontInfo>

    Have I understand your workflow right ?,

     because I was searching (hoping) for a raw hide function for ALL @fonts, like

     <Name>@*</Name   <Hidden>True</ Hidden>

    but your workflow works, Thanks Inga

    Is there any explanation about the idea of the @fonts, do I need them anyway or is it Ok to hide them??

    Best regards

     

    Tom

  •  

    Unknown said:

     Have I understand your workflow right ?

     

     

    Yes

     

     

    Unknown said:

    Is there any explanation about the idea of the @fonts, do I need them anyway or is it Ok to hide them??

     

    See my other post in this thread.

    Thank you.