extra fonts
?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
are already in windows but not in report builder.
thanks
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
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
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com