Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Static Public Member Functions | Properties | List of all members
SolidFramework.Model.Plumbing.Font Class Reference

Describes a Font object used within a document. Includes the name, and whether the font is bold and/or italic More...

Inheritance diagram for SolidFramework.Model.Plumbing.Font:
SolidFramework.Model.Plumbing.SolidObject

Public Member Functions

override void Dispose ()
 
double GetGlyphWidth (int cid)
 
string TransformPrivateToUnicode (string text)
 
override string ToString ()
 
int GetID ()
 
SolidFramework.Model.Plumbing.SolidObjectType GetObjectType ()
 
bool Equals (SolidFramework.Model.Plumbing.SolidObject other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator== (SolidFramework.Model.Plumbing.SolidObject obj1, SolidFramework.Model.Plumbing.SolidObject obj2)
 
static bool operator!= (SolidFramework.Model.Plumbing.SolidObject obj1, SolidFramework.Model.Plumbing.SolidObject obj2)
 

Properties

string Name [get]
 Gets the name of the font. More...
 
bool Bold [get]
 Gets whether the font is bold. More...
 
bool Italic [get]
 Gets whether the font is italicised. More...
 
bool EastAsiaFont [get]
 Gets whether the font is an East Asian font More...
 

Detailed Description

Describes a Font object used within a document. Includes the name, and whether the font is bold and/or italic

Member Function Documentation

◆ Dispose()

override void SolidFramework.Model.Plumbing.Font.Dispose ( )
virtual

Property Documentation

◆ Bold

bool SolidFramework.Model.Plumbing.Font.Bold
get

Gets whether the font is bold.

Returns
true if the font is bold, otherwise false.

◆ EastAsiaFont

bool SolidFramework.Model.Plumbing.Font.EastAsiaFont
get

Gets whether the font is an East Asian font

Returns
true if the font is East Asian font, otherwise false.

◆ Italic

bool SolidFramework.Model.Plumbing.Font.Italic
get

Gets whether the font is italicised.

Returns
true if the font is italicised, otherwise false.

◆ Name

string SolidFramework.Model.Plumbing.Font.Name
get

Gets the name of the font.

Returns
The name of the font.