Get Available Fonts

Introduction

Aspose.Slides Cloud API provides a method that allows getting list of fonts installed in the system. You can optionally pass fontsFolder parameter to this method specifying a storage folder that contains custom fonts. The fonts contained in that folder are added to the result list. You can check FontData.IsCustom property of any item in the returned list to determine whether it is a custom font.

GetAvailableFonts

API Information

API Type Description Resource
/slides/fonts/available Get Returns system fonts info. GetAvailableFonts

Examples

cURL Example

The code example below show how to obtain the list of available fonts.

SDK Examples

SDK Source

The Aspose for Cloud SDKs can be downloaded from the following page: Available SDKs