Installing fonts in wec2013

  • Hello,


    two approaches:


    1. Put your fonts under "ffsdisk\Fonts" they should be registert automatically with "HKLM\System\Explorer\Shell folders\Fonts=\ffsdisk\fonts"
    OR
    2. Try dll Import from your applcation and put the fontfile under ffsdisk:

    Code
    1. <DllImport("coredll.dll")> _
    2. Public Shared Function AddFontResource(ByVal lpszFilename As String) As Integer
    3. End Function


    lpszFilename = \ffsdisk\<my>.ttf


    Does this resolve your problem?

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

    Edited 2 times, last by fs-support_ZU ().