diff options
-rw-r--r-- | docview/components/richtext/CanvasFontManager.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docview/components/richtext/CanvasFontManager.pas b/docview/components/richtext/CanvasFontManager.pas index c182ba91..de81570d 100644 --- a/docview/components/richtext/CanvasFontManager.pas +++ b/docview/components/richtext/CanvasFontManager.pas @@ -873,8 +873,8 @@ try if AFont.Attributes = FontSpec.Attributes then begin // search name last since it's the slowest thing -ProfileEvent(' AFont.UseFaceName=' + AFont.UseFaceName); -ProfileEvent(' FontSpec.FaceName=' + FontSpec.FaceName); +//ProfileEvent(' AFont.UseFaceName=' + AFont.UseFaceName); +//ProfileEvent(' FontSpec.FaceName=' + FontSpec.FaceName); if AFont.FaceName = FontSpec.FaceName then begin // Found a logical font already created |