mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
UPD: SVG - enable font rendering
This commit is contained in:
parent
8f5d58e6b0
commit
c7f24a7d69
1 changed files with 2 additions and 6 deletions
|
|
@ -252,16 +252,12 @@ procedure Initialize;
|
|||
begin
|
||||
if (TScalableVectorGraphics.GetReaderClass = nil) then
|
||||
begin
|
||||
{
|
||||
FontManager.Load('Arial');
|
||||
FontManager.Load('Arial Bold');
|
||||
FontManager.Load('Arial Italic');
|
||||
FontManager.Load('Arial Bold Italic');
|
||||
{$IF DEFINED(MSWINDOWS)}
|
||||
FontManager.Load('Times New Roman');
|
||||
FontManager.Load('Times New Roman Bold');
|
||||
FontManager.Load('Times New Roman Italic');
|
||||
FontManager.Load('Times New Roman Bold Italic');
|
||||
}
|
||||
{$ENDIF}
|
||||
|
||||
// Register image handler and format
|
||||
TThumbnailManager.RegisterProvider(@GetThumbnail);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue