Fonts

class Fonts : GeneratedMessage, Context.FontsOrBuilder
Specifies information about sets of fonts to include in the page via CSS declarations, or imports/link
references. Fonts are considered part of the stylesheet set of a page.
Protobuf type elide.page.Context.Fonts

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , Context.FontsOrBuilder
Specifies information about sets of fonts to include in the page via CSS declarations, or imports/link
references. Fonts are considered part of the stylesheet set of a page.
Protobuf type elide.page.Context.Fonts
Link copied to clipboard
enum FontFormat : ProtocolMessageEnum
Specifies types of font formats supported for serving by the system.
Protobuf enum elide.page.Context.Fonts.FontFormat
Link copied to clipboard
Specifies a package of fonts included for reference in a given web page.
Protobuf type elide.page.Context.Fonts.FontPackage
Link copied to clipboard
interface FontPackageOrBuilder : MessageOrBuilder
Link copied to clipboard
Specifies information about an individual reference to a font file.
Protobuf type elide.page.Context.Fonts.FontReference
Link copied to clipboard
interface FontReferenceOrBuilder : MessageOrBuilder
Link copied to clipboard
enum FontReferenceType : ProtocolMessageEnum
Specifies types of references to font assets that are understood by the rendering system.
Protobuf enum elide.page.Context.Fonts.FontReferenceType

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
Link copied to clipboard
open fun getAllFields(): Map<Descriptors.FieldDescriptor, Any>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getField(field: Descriptors.FieldDescriptor): Any
Link copied to clipboard
open fun getOneofFieldDescriptor(oneof: Descriptors.OneofDescriptor): Descriptors.FieldDescriptor
Link copied to clipboard
Specifies packages of fonts included for reference.
repeated .elide.page.Context.Fonts.FontPackage package = 1;
Link copied to clipboard
open fun getPackageCount(): Int
Specifies packages of fonts included for reference.
repeated .elide.page.Context.Fonts.FontPackage package = 1;
Link copied to clipboard
Specifies packages of fonts included for reference.
repeated .elide.page.Context.Fonts.FontPackage package = 1;
Link copied to clipboard
Specifies packages of fonts included for reference.
repeated .elide.page.Context.Fonts.FontPackage package = 1;
Link copied to clipboard
Specifies packages of fonts included for reference.
repeated .elide.page.Context.Fonts.FontPackage package = 1;
Link copied to clipboard
abstract fun getParserForType(): Parser<out Message>
abstract fun getParserForType(): Parser<out MessageLite>
open fun getParserForType(): Parser<Context.Fonts>
Link copied to clipboard
open fun getRepeatedField(field: Descriptors.FieldDescriptor, index: Int): Any
Link copied to clipboard
open fun getRepeatedFieldCount(field: Descriptors.FieldDescriptor): Int
Link copied to clipboard
Link copied to clipboard
open fun getUnknownFields(): UnknownFieldSet
Link copied to clipboard
open fun hasField(field: Descriptors.FieldDescriptor): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasOneof(oneof: Descriptors.OneofDescriptor): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingT : Message?, T> newFileScopedGeneratedExtension(singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun <ContainingT : Message?, T> newMessageScopedGeneratedExtension(scope: Message, descriptorIndex: Int, singularType: Class<out Any>, defaultInstance: Message): GeneratedMessage.GeneratedExtension<ContainingT, T>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Context.Fonts
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Context.Fonts
open fun parseFrom(data: ByteString): Context.Fonts
open fun parseFrom(input: CodedInputStream): Context.Fonts
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Context.Fonts
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Context.Fonts
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Context.Fonts
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Context.Fonts
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Context.Fonts
Link copied to clipboard
open fun parser(): Parser<Context.Fonts>
Link copied to clipboard
Link copied to clipboard
open fun toByteArray(): Array<Byte>
Link copied to clipboard
open fun toByteString(): ByteString
Link copied to clipboard
Link copied to clipboard
open fun writeDelimitedTo(output: OutputStream)
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)