Export PDF By Lazarus 1.6 On Ubuntu 14.04
Hello!
I am using Fastreport 5.6.2 By Lazarus 1.6 On Ubuntu 14.04. I can Building and Export.
But when the report contain Bold font, It will raise Error.
[Error1]
In file 'frxTrueTypeLaz.pas' at line 1032:
if Result = nil then raise Exception.Create('Font not found in collection');
[Error2]
In file 'frxTrueTypeLaz.pas' at line 2603:
if Result := MetrixTable[index];
How to support bold font on Ubuntu system without windows?
I have found the report could not support bold font on Ubuntu system without windows? I have installed corresponding font before. Would you please tell me how to fix it?
I am using Fastreport 5.6.2 By Lazarus 1.6 On Ubuntu 14.04. I can Building and Export.
But when the report contain Bold font, It will raise Error.
[Error1]
In file 'frxTrueTypeLaz.pas' at line 1032:
if Result = nil then raise Exception.Create('Font not found in collection');
[Error2]
In file 'frxTrueTypeLaz.pas' at line 2603:
if Result := MetrixTable[index];
How to support bold font on Ubuntu system without windows?
I have found the report could not support bold font on Ubuntu system without windows? I have installed corresponding font before. Would you please tell me how to fix it?