FontReference
Specifies information about an individual reference to a font file.
Content copied to clipboard
elide.page.Context.Fonts.FontReference
Types
Properties
Functions
Link copied to clipboard
inline fun Context.Fonts.FontReference.copy(block: ContextKt.FontsKt.FontReferenceKt.Dsl.() -> Unit): Context.Fonts.FontReference
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the format of the font reference being made.
Content copied to clipboard
.elide.page.Context.Fonts.FontFormat format = 2;
Link copied to clipboard
Specifies the format of the font reference being made.
Content copied to clipboard
.elide.page.Context.Fonts.FontFormat format = 2;
Link copied to clipboard
Link copied to clipboard
Name of the font reference.
Content copied to clipboard
string name = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether to pre-fetch this asset, as applicable.
Content copied to clipboard
bool prefetch = 7;
Link copied to clipboard
Whether to pre-load this asset, as applicable.
Content copied to clipboard
bool preload = 8;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Specifies the type of reference being made.
Content copied to clipboard
.elide.page.Context.Fonts.FontReferenceType type = 1;
Link copied to clipboard
Specifies the type of reference being made.
Content copied to clipboard
.elide.page.Context.Fonts.FontReferenceType type = 1;
Link copied to clipboard
Link copied to clipboard
URI reference to this font asset.
Content copied to clipboard
.webutil.html.types.TrustedResourceUrlProto uri = 6;
Link copied to clipboard
Variant of the font reference.
Content copied to clipboard
string variant = 5;
Link copied to clipboard
Variant of the font reference.
Content copied to clipboard
string variant = 5;
Link copied to clipboard
Weight of the font reference.
Content copied to clipboard
string weight = 4;
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.FontReference
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Context.Fonts.FontReference
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Context.Fonts.FontReference
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Context.Fonts.FontReference
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Context.Fonts.FontReference
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Context.Fonts.FontReference
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard