Initial version
This commit is contained in:
16
Protobufs/artifact/uifontfile_format.proto
Normal file
16
Protobufs/artifact/uifontfile_format.proto
Normal file
@@ -0,0 +1,16 @@
|
||||
option optimize_for = SPEED;
|
||||
option cc_generic_services = false;
|
||||
|
||||
message CUIFontFilePB {
|
||||
optional string font_file_name = 1;
|
||||
optional bytes opentype_font_data = 2;
|
||||
}
|
||||
|
||||
message CUIFontFilePackagePB {
|
||||
message CUIEncryptedFontFilePB {
|
||||
optional bytes encrypted_contents = 1;
|
||||
}
|
||||
|
||||
required uint32 package_version = 1;
|
||||
repeated .CUIFontFilePackagePB.CUIEncryptedFontFilePB encrypted_font_files = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user