|
iText 7 7.1.14 API
|
Class that will examine the font as described in the CSS, and store it in a form that the font provider will understand. More...
Classes |
|
| class | CssFontFaceSrc |
| Class that defines a font face source. More... |
|
Public Types |
|
| enum | FontFormat { None, FontFormat.TrueType, FontFormat.OpenType, FontFormat.WOFF, FontFormat.WOFF2, FontFormat.EOT, FontFormat.SVG } |
| The Enum FontFormat. More... |
|
Public Member Functions |
|
| virtual String | GetFontFamily () |
| Gets the font-family. More... |
|
| virtual IList< CssFontFace.CssFontFaceSrc > | GetSources () |
| Gets the font face sources. More... |
|
Static Public Member Functions |
|
| static iText.StyledXmlParser.Css.Font.CssFontFace | Create (IList< CssDeclaration > properties) |
| Create a CssFontFace instance from a list of CSS font attributes ("font-family" or "src"). More... |
|
| static String[] | SplitSourcesSequence (String src) |
| Processes and splits a string sequence containing a url/uri. More... |
|
| static bool | IsSupportedFontFormat (CssFontFace.FontFormat format) |
| Checks whether in general we support requested font format. More... |
|
Class that will examine the font as described in the CSS, and store it in a form that the font provider will understand.
|
inlinestatic |
Create a CssFontFace instance from a list of CSS font attributes ("font-family" or "src").
| properties | the font properties |
|
inlinevirtual |
Gets the font-family.
Gets the font-family. Actually font-family is an alias.
|
inlinevirtual |
Gets the font face sources.
|
inlinestatic |
Checks whether in general we support requested font format.
| format |
|
inlinestatic |
Processes and splits a string sequence containing a url/uri.
| src | a string representing css src attribute |