mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-26 00:28:15 +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
|
Colin Western
|
||||||
Curtis White
|
Curtis White
|
||||||
Darek Mazur
|
Darek Mazur
|
||||||
|
Eric Chapman
|
||||||
GongYu
|
GongYu
|
||||||
Hans-Joachim Ott
|
Hans-Joachim Ott
|
||||||
Jason King
|
Jason King
|
||||||
|
@ -262,7 +262,7 @@ var
|
|||||||
MyString: String;
|
MyString: String;
|
||||||
begin
|
begin
|
||||||
if FFontFace=AValue then exit;
|
if FFontFace=AValue then exit;
|
||||||
if pos(' ',AValue) > -1 then
|
if pos(' ',AValue) > 0 then
|
||||||
FFontFace := '('+AValue+')'
|
FFontFace := '('+AValue+')'
|
||||||
else FFontFace:=AValue;
|
else FFontFace:=AValue;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user