Skip to content

Commit

Permalink
Merge pull request #605 from googlefonts/primary_script
Browse files Browse the repository at this point in the history
fonts_public.proto: include primary_script field
  • Loading branch information
m4rc1e authored Sep 2, 2022
2 parents 01eadf4 + acd4f26 commit 76dcfbb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
3 changes: 2 additions & 1 deletion Lib/gftools/fonts_public.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ message FamilyProto {
optional SampleTextProto sample_text = 17;
optional string display_name = 18;
optional FontType source_type = 19 [default = TYPE_TTF];
optional string primary_script = 20;

// Next = 19
// Next = 21
}

message FontProto {
Expand Down
60 changes: 30 additions & 30 deletions Lib/gftools/fonts_public_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76dcfbb

Please sign in to comment.