unable open ttf file in the system fonts folder
Original Reporter info from Mantis: zamtmn @zamtmn
-
Reporter name: Andrey Zubarev
Original Reporter info from Mantis: zamtmn @zamtmn
- Reporter name: Andrey Zubarev
Description:
not open ttf file in the system fonts folder.
because of an invalid open mode, it does not work:
uses EasyLazFreeType;
...
var ttfFont: TFreeTypeFont;
...
ttfFont:=TFreeTypeFont.Create;
ttfFont.Name:='C:\Windows\Fonts\ARIAL.TTF';
..
Mantis conversion info:
- Mantis ID: 23887
- OS: windows7
- Platform: Win86_64
- Version: 1.0.7 (SVN)
- Fixed in version: 1.1 (SVN)
- Fixed in revision: 40591 (#7df1120d)