C1.C1Preview Namespace : DocumentFont Class |
The following tables list the members exposed by DocumentFont.
Name | Description | |
---|---|---|
Bold | Gets a value indicating whether the current font is bold. | |
CodeRanges | Gets the DocumentFont.CodeRanges collection that defines glyphs that were rendered using the current font. | |
CoreFontBold | Gets a value indicating whether the underlying physical font is bold. | |
CoreFontItalic | Gets a value indicating whether the underlying physical font is italic. | |
FontFamilyName | Gets the actual font family name. This name may be used in API calls to create the corresponding font.
If C1PrintDocument.FontHandling has been set to FontHandling.BuildActualDocumentFonts or FontHandling.EmbedActualFonts, this name may differ from DocumentFont.FontName. | |
FontFileName | Gets the name of the font file installed on the system or embedded in the document, that is actually used to render the glyphs. | |
FontName | Gets the name of the font as specified by the user.
For fonts created automatically due to font substitution, this is still the name of the original specified font, not of the substitute font. | |
FontStyle | Gets the System.Drawing.FontStyle of the current font. | |
Glyphs | Gets the array of glyphs that were rendered using the current font. | |
HasCodeRanges | Gets a value indicating whether the DocumentFont.CodeRanges collection is not empty. | |
HasGlyphs | Gets a value indicating whether the DocumentFont.Glyphs collection is not empty. | |
Italic | Gets a value indicating whether the current font is italic. | |
Owner | Gets the DocumentFontCollection containing the current object. |
Name | Description | |
---|---|---|
AssignFrom | Assigns (copies) properties from another DocumentFont to the current object. |