David PHAM-VAN

Update all gfonts

# Changelog
## 5.13.3
- Update gfonts [Minh-Danh]
## 5.13.2
- Added new printing output type value on iOS [Matteo Ricupero]
... ...
This diff could not be displayed because it is too large.
... ... @@ -15,7 +15,7 @@ topics:
- print
- printing
- report
version: 5.13.2
version: 5.13.3
environment:
sdk: ">=3.3.0 <4.0.0"
... ...
... ... @@ -185,8 +185,7 @@ void main(List<String> args) async {
}
output.writeln('class PdfGoogleFonts extends DownloadableFont {');
output.writeln('');
output.writeln(
'const PdfGoogleFonts._(String url, String name) : super(url, name);');
output.writeln('const PdfGoogleFonts._(super.url, super.name);');
for (final f in getFonts(m)) {
output.writeln('');
... ...