Skip to content

Instantly share code, notes, and snippets.

View espresso3389's full-sized avatar

Takashi Kawasaki espresso3389

View GitHub Profile
@espresso3389
espresso3389 / noto_google_fonts.dart
Created July 30, 2025 18:30
Obtaining Noto Sans/Serif Google Fonts Download URL for pdfrx
// 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);