The EmbeddedFont type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EmbeddedFont |
Initializes a new instance of the EmbeddedFont class.
|
Methods
Name | Description | |
---|---|---|
AddGlyphs(String) |
Adds unique glyphs from the specified string to the current EmbeddedFont.
|
|
AddGlyphs(UnicodeRangeEnum) |
Adds all glyphs from the specified range to the current EmbeddedFont.
|
|
AddGlyphs(Int32, Int32) |
Adds a range of glyphs to the current EmbeddedFont.
|
|
AddGlyphs(String, Boolean) |
Adds unique glyphs or glyph ranges from the specified string to the current EmbeddedFont.
The ranges recognized by this method are represented by the UnicodeRangeEnum enumeration.
|
|
Dispose |
Disposes the current EmbeddedFont object.
|
|
Finalize |
Calls dispose.
(Overrides Object..::..Finalize()()()().) |
|
GetFontFamily |
Get the FontFamily object describing the current EmbeddedFont.
|
Properties
Name | Description | |
---|---|---|
Bold |
Gets a value indicating whether the current embedded font is bold.
|
|
CanEmbed |
Gets a value indicating whether the license for the current font allows embedding.
|
|
CanSubset |
Gets a value indicating whether the license for the current font allows subsetting when embedded.
|
|
CharSet |
Gets the charset of the current embedded font.
|
|
FontName |
Gets the name of the current embedded font.
|
|
Initialized |
Gets a value indicating whether the current object has produced the FontFamily object.
|
|
Italic |
Gets a value indicating whether the current embedded font is italic.
|
|
MustObfuscate |
Gets a value indicating whether the license for the current font requires obfuscating when embedded.
|
|
MustRestrict |
Gets a value indicating whether the license for the current font restricts embedding to print and preview uses.
|
|
ShouldObfuscate |
Gets a value indicating whether the current embedded should be obfuscated when embedded.
|