867 868 869 870 871 872 873 874
# File 'lib/fpdf.rb', line 867 def SetX(x) # Set x position if x>=0 @x=x else @x=@w+x end end