mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 09:57:43 +03:00 
			
		
		
		
	Fixing small typo
Working on a small project, reading thru the docs and noticed this.
This commit is contained in:
		
							parent
							
								
									130c9c52a4
								
							
						
					
					
						commit
						7b77ee5379
					
				| 
						 | 
				
			
			@ -64,7 +64,7 @@ Fonts
 | 
			
		|||
PIL can use bitmap fonts or OpenType/TrueType fonts.
 | 
			
		||||
 | 
			
		||||
Bitmap fonts are stored in PIL’s own format, where each font typically consists
 | 
			
		||||
of a two files, one named .pil and the other usually named .pbm. The former
 | 
			
		||||
of two files, one named .pil and the other usually named .pbm. The former
 | 
			
		||||
contains font metrics, the latter raster data.
 | 
			
		||||
 | 
			
		||||
To load a bitmap font, use the load functions in the :py:mod:`~PIL.ImageFont`
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user