|
iText 7 7.2.1 API
|
Class that defines a font face source. More...
Public Member Functions |
|
| virtual CssFontFace.FontFormat | GetFormat () |
| virtual String | GetSrc () |
| virtual bool | IsLocal () |
| override String | ToString () |
Static Public Member Functions |
|
| static CssFontFace.CssFontFaceSrc | Create (String src) |
| Creates a CssFontFaceSrc object by parsing a System.String trying to match patterns that reveal the font name, whether that font is local, and which format the font is in. More... |
|
| static CssFontFace.FontFormat | ParseFormat (String formatStr) |
| Parses a System.String to a font format. More... |
|
| static String | Unquote (String quotedString) |
| Removes single and double quotes at the start and the end of a System.String. More... |
|
Static Public Attributes |
|
| static readonly Regex | UrlPattern |
| The UrlPattern used to compose a source path. More... |
|
| const int | TypeGroup = 1 |
| The Constant TypeGroup. More... |
|
| const int | UrlGroup = 4 |
| The Constant UrlGroup. More... |
|
| const int | FormatGroup = 9 |
| The Constant FormatGroup. More... |
|
Class that defines a font face source.
|
inlinestatic |
Creates a CssFontFaceSrc object by parsing a System.String trying to match patterns that reveal the font name, whether that font is local, and which format the font is in.
| src | a string containing information about a font |
|
inlinestatic |
Parses a System.String to a font format.
| formatStr | a string |
|
inlinestatic |
Removes single and double quotes at the start and the end of a System.String.
| quotedString | a System.String that might be between quotes |
|
static |
The Constant FormatGroup.
|
static |
The Constant TypeGroup.
|
static |
The Constant UrlGroup.
|
static |
The UrlPattern used to compose a source path.