Move fonts back to fonts
							parent
							
								
									25b0512fd6
								
							
						
					
					
						commit
						99012e2cd2
					
				| 
						 | 
					@ -61,7 +61,7 @@ M: freetype-renderer free-fonts ( world -- )
 | 
				
			||||||
    } at ;
 | 
					    } at ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
: ttf-path ( name -- string )
 | 
					: ttf-path ( name -- string )
 | 
				
			||||||
    "resource:basis/bitstream-vera/" ".ttf" surround ;
 | 
					    "resource:fonts/" ".ttf" surround ;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
: (open-face) ( path length -- face )
 | 
					: (open-face) ( path length -- face )
 | 
				
			||||||
    #! We use FT_New_Memory_Face, not FT_New_Face, since
 | 
					    #! We use FT_New_Memory_Face, not FT_New_Face, since
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue