| Overload | Description | 
|---|---|
| AddFontFolder(String) | Adds a specified location, defined by its path, from which asked system fonts are loaded during the whole application lifecycle. This location is appended to the previously set locations. If you need to add more locations, simply call this method for each required location. | 
| AddFontFolder(String,Boolean) | Adds a specified location, defined by its path, from which asked system fonts are loaded during the whole application lifecycle. This location is appended to the previously set locations. If you need to add more locations, simply call this method for each required location. | 
                                        
                                            In This Topic
                                        
                                    
                                AddFontFolder Method (GdPictureDocumentUtilities)
                                    
                                        In This Topic
                                    
                                
                                Adds a specified location, defined by its path, from which asked system fonts are loaded during the whole application lifecycle.
            This location is appended to the previously set locations. If you need to add more locations, simply call this method for each required location.
            
            Overload List
See Also