mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 05:31:01 +00:00 
			
		
		
		
	Merge pull request #18234 from flashyincceo/font-preview
Adding font preview to file browsers
This commit is contained in:
		
						commit
						23b4b7d53a
					
				
					 3 changed files with 122 additions and 0 deletions
				
			
		|  | @ -5379,6 +5379,7 @@ EditorNode::EditorNode() { | |||
| 	//resource_preview->add_preview_generator( Ref<EditorSamplePreviewPlugin>( memnew(EditorSamplePreviewPlugin )));
 | ||||
| 	resource_preview->add_preview_generator(Ref<EditorMeshPreviewPlugin>(memnew(EditorMeshPreviewPlugin))); | ||||
| 	resource_preview->add_preview_generator(Ref<EditorBitmapPreviewPlugin>(memnew(EditorBitmapPreviewPlugin))); | ||||
| 	resource_preview->add_preview_generator(Ref<EditorFontPreviewPlugin>(memnew(EditorFontPreviewPlugin))); | ||||
| 
 | ||||
| 	{ | ||||
| 		Ref<SpatialMaterialConversionPlugin> spatial_mat_convert; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Max Hilbrunner
						Max Hilbrunner