What is the best method to set the FontAwesome & Material Icons TypeFaces to a view added in the code?
Currently I added the MaterialIcons.ttf file to the Assets folder and created a new TypeFace:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
			
			Currently I added the MaterialIcons.ttf file to the Assets folder and created a new TypeFace:
			
				B4X:
			
		
		
		Private MyTypeface as Typeface
MyTypeface = Typeface.LoadFromAssets("B4X_MaterialIcons.ttf")
Label1.Text = Chr(0xE149) 
				 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		