Skip to content

Commit

Permalink
Added designer protobuf files
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed May 27, 2021
1 parent 7269a61 commit 772373e
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Lib/gftools/designers.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
syntax = "proto2";
// GF Designer Profile Protos

// A designer listed on the catalog:
message DesignerInfoProto {
// Designer or typefoundry name:
optional string designer = 1;

// URL for more info on this designer:
optional string link = 2;

// Photo or logo:
optional AvatarProto avatar = 3;
}

message AvatarProto {
optional string file_name = 1;
}

123 changes: 123 additions & 0 deletions Lib/gftools/designers_pb2.py

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

0 comments on commit 772373e

Please sign in to comment.