use Arial as the font for display
This commit is contained in:
		
							parent
							
								
									161a854502
								
							
						
					
					
						commit
						fb42797d5a
					
				@ -26,7 +26,7 @@ HRESULT FontEng_setup(void)
 | 
				
			|||||||
    return E_FAIL;
 | 
					    return E_FAIL;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  err = FT_New_Face(library, "/usr/local/share/fonts/opentype/Inconsolata.otf", 0, &stdfont);
 | 
					  err = FT_New_Face(library, "/usr/local/share/fonts/truetype/arial.ttf", 0, &stdfont);
 | 
				
			||||||
  if (err != 0)
 | 
					  if (err != 0)
 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    Log(LFATAL, "Unable to load font (%d)", err);
 | 
					    Log(LFATAL, "Unable to load font (%d)", err);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user