This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// The code is based on the following code from Google Fonts: | |
// https://github.com/material-foundation/flutter-packages/blob/main/packages/google_fonts/lib/src/google_fonts_parts/part_n.dart | |
// | |
// Noto Sans/Serif is licensed under the SIL Open Font License, Version 1.1 . | |
// https://fonts.google.com/noto/specimen/Noto+Sans/license | |
import 'package:pdfrx/pdfrx.dart'; | |
class GoogleFontsFile { | |
GoogleFontsFile(this.faceName, this.weight, this.expectedFileHash, this.expectedLength); |
OlderNewer