Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Apr 28, 2021
1 parent 2b99d75 commit 116af56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SynPdf.pas
Expand Up @@ -6672,7 +6672,7 @@ function TPdfCanvas.SetFont(ADC: HDC; const ALogFont: TLogFontW; ASize: single):
if ALogFont.lfWeight>=FW_SEMIBOLD then
include(AStyle,pfsBold);
result := SetFont(AName,ASize,AStyle,ALogFont.lfCharSet,-1,
(ALogFont.lfPitchAndFamily and 3) = FIXED_PITCH);
ALogFont.lfPitchAndFamily and TMPF_FIXED_PITCH=0);
end;

procedure TPdfCanvas.TextOut(X, Y: Single; const Text: PDFString);
Expand Down
2 changes: 1 addition & 1 deletion SynopseCommit.inc
@@ -1 +1 @@
'1.18.6275'
'1.18.6276'

0 comments on commit 116af56

Please sign in to comment.