Specifies information about physical font available to Aspose.Words font engine.
Shows how to list available fonts.
#include <Aspose.Words.Cpp/Fonts/PhysicalFontInfo.h>
Public Member Functions | |
String | get_FilePath () const |
Path to the font file if any. More... | |
String | get_FontFamilyName () const |
Family name of the font. More... | |
String | get_FullFontName () const |
Full name of the font. More... | |
String | get_Version () const |
Version string of the font. More... | |
virtual const TypeInfo & | GetType () const override |
virtual bool | Is (const TypeInfo &target) const override |
Static Public Member Functions | |
static const TypeInfo & | Type () |
System::String Aspose::Words::Fonts::PhysicalFontInfo::get_FilePath | ( | ) | const |
Path to the font file if any.
Shows how to list available fonts.
System::String Aspose::Words::Fonts::PhysicalFontInfo::get_FontFamilyName | ( | ) | const |
Family name of the font.
Shows how to list available fonts.
System::String Aspose::Words::Fonts::PhysicalFontInfo::get_FullFontName | ( | ) | const |
Full name of the font.
Shows how to list available fonts.
System::String Aspose::Words::Fonts::PhysicalFontInfo::get_Version | ( | ) | const |
Version string of the font.
Shows how to list available fonts.
|
overridevirtual |
Reimplemented from System::Object.
|
overridevirtual |
Reimplemented from System::Object.
|
static |