Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
|
Describes a Font object used within a document. Includes the name, and whether the font is bold and/or italic More...
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... | |
Describes a Font object used within a document. Includes the name, and whether the font is bold and/or italic
|
virtual |
Reimplemented from SolidFramework.Model.Plumbing.SolidObject.
|
get |
Gets whether the font is bold.
true
if the font is bold, otherwise false
.
|
get |
Gets whether the font is an East Asian font
true
if the font is East Asian font, otherwise false
.
|
get |
Gets whether the font is italicised.
true
if the font is italicised, otherwise false
.
|
get |
Gets the name of the font.