Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

extra fonts

edited November 2005 in General
?can anyone tel me how to ad extra fonts in report builder. the fonts
are already in windows but not in report builder.
thanks



--- posted by geoForum on http://delphi.newswhat.com

Comments

  • edited November 2005
    Hi,

    ReportBuilder uses the Windows API function EnumFontFamiliesEx to get a list
    of all the fonts available on a system. According to the EnumFontFamiliesEx
    documentation "The EnumFontFamiliesEx function enumerates all fonts in the
    system that match the font characteristics specified by the LOGFONT
    structure." This would mean that the new fonts are either not matching up
    with the LOGFONT structure of your system or they are not installed
    correctly. Check the Windows API documentation and the Internet on how to
    properly install and add a new font to your system.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.