mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 19:22:42 +02:00
fixed TPostscriptCanvas.SetFontFace from Eric
git-svn-id: trunk@5408 -
This commit is contained in:
parent
55f6eb6906
commit
b0e5db0b68
@ -8,6 +8,7 @@ Cliff Baeseman
|
||||
Colin Western
|
||||
Curtis White
|
||||
Darek Mazur
|
||||
Eric Chapman
|
||||
GongYu
|
||||
Hans-Joachim Ott
|
||||
Jason King
|
||||
|
@ -262,7 +262,7 @@ var
|
||||
MyString: String;
|
||||
begin
|
||||
if FFontFace=AValue then exit;
|
||||
if pos(' ',AValue) > -1 then
|
||||
if pos(' ',AValue) > 0 then
|
||||
FFontFace := '('+AValue+')'
|
||||
else FFontFace:=AValue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user