mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Updated spacing defaults [ci skip]
This commit is contained in:
		
							parent
							
								
									a520a435d6
								
							
						
					
					
						commit
						1c102fd040
					
				| 
						 | 
					@ -255,7 +255,7 @@ Methods
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Draw a shape.
 | 
					    Draw a shape.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. py:method:: PIL.ImageDraw.ImageDraw.text(xy, text, fill=None, font=None, anchor=None, spacing=0, align="left", direction=None, features=None, language=None, stroke_width=0, stroke_fill=None)
 | 
					.. py:method:: PIL.ImageDraw.ImageDraw.text(xy, text, fill=None, font=None, anchor=None, spacing=4, align="left", direction=None, features=None, language=None, stroke_width=0, stroke_fill=None)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Draws the string at the given position.
 | 
					    Draws the string at the given position.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -306,7 +306,7 @@ Methods
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                     .. versionadded:: 6.2.0
 | 
					                     .. versionadded:: 6.2.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. py:method:: PIL.ImageDraw.ImageDraw.multiline_text(xy, text, fill=None, font=None, anchor=None, spacing=0, align="left", direction=None, features=None, language=None)
 | 
					.. py:method:: PIL.ImageDraw.ImageDraw.multiline_text(xy, text, fill=None, font=None, anchor=None, spacing=4, align="left", direction=None, features=None, language=None)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Draws the string at the given position.
 | 
					    Draws the string at the given position.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user