26 lines
984 B
PHP
26 lines
984 B
PHP
<?php
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: font.proto
|
|
|
|
namespace GPBMetadata;
|
|
|
|
class Font
|
|
{
|
|
public static $is_initialized = false;
|
|
|
|
public static function initOnce() {
|
|
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
|
|
|
if (static::$is_initialized == true) {
|
|
return;
|
|
}
|
|
$pool->internalAddGeneratedFile(
|
|
"\x0A\xCB\x01\x0A\x0Afont.proto\x12\x07rv.data\"v\x0A\x04Font\x12\x0C\x0A\x04name\x18\x01 \x01(\x09\x12\x0C\x0A\x04size\x18\x02 \x01(\x01\x12\x0E\x0A\x06italic\x18\x04 \x01(\x08\x12\x0C\x0A\x04bold\x18\x08 \x01(\x08\x12\x0E\x0A\x06family\x18\x09 \x01(\x09\x12\x0C\x0A\x04face\x18\x0A \x01(\x09J\x04\x08\x03\x10\x04J\x04\x08\x05\x10\x06J\x04\x08\x06\x10\x07J\x04\x08\x07\x10\x08B4\xF8\x01\x01\xAA\x02\$Pro.SerializationInterop.RVProtoData\xBA\x02\x07RVData_b\x06proto3"
|
|
, true);
|
|
|
|
static::$is_initialized = true;
|
|
}
|
|
}
|
|
|