DownloadableFont class
Downloadable font object
- Implementers
Constructors
- DownloadableFont.new(String url, String name)
-
Create a downloadable font object
const
Properties
Methods
-
getFont(
{PdfBaseCache? pdfCache, bool protect = false, Map< String, String> ? headers, String assetPrefix = 'google_fonts/', AssetBundle? bundle, bool cache = true}) → Future<Font> - Get the font to use in a Pdf document
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- cache ↔ PdfBaseCache
-
The cache to use
getter/setter pair