fonts

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FontFamilyService_GetFont_FullMethodName = "/fonts.FontFamilyService/GetFont"
	FontFamilyService_GetSize_FullMethodName = "/fonts.FontFamilyService/GetSize"
)
View Source
const (
	FontFamilyBuilderService_AddFont_FullMethodName             = "/fonts.FontFamilyBuilderService/AddFont"
	FontFamilyBuilderService_Build_FullMethodName               = "/fonts.FontFamilyBuilderService/Build"
	FontFamilyBuilderService_BuildVariableFamily_FullMethodName = "/fonts.FontFamilyBuilderService/BuildVariableFamily"
)
View Source
const (
	FontStyleService_NewFontStyle_FullMethodName = "/fonts.FontStyleService/NewFontStyle"
	FontStyleService_Equals_FullMethodName       = "/fonts.FontStyleService/Equals"
	FontStyleService_GetSlant_FullMethodName     = "/fonts.FontStyleService/GetSlant"
	FontStyleService_GetWeight_FullMethodName    = "/fonts.FontStyleService/GetWeight"
	FontStyleService_HashCode_FullMethodName     = "/fonts.FontStyleService/HashCode"
	FontStyleService_ToString_FullMethodName     = "/fonts.FontStyleService/ToString"
)
View Source
const (
	FontVariationAxisService_NewFontVariationAxis_FullMethodName      = "/fonts.FontVariationAxisService/NewFontVariationAxis"
	FontVariationAxisService_Equals_FullMethodName                    = "/fonts.FontVariationAxisService/Equals"
	FontVariationAxisService_GetStyleValue_FullMethodName             = "/fonts.FontVariationAxisService/GetStyleValue"
	FontVariationAxisService_GetTag_FullMethodName                    = "/fonts.FontVariationAxisService/GetTag"
	FontVariationAxisService_HashCode_FullMethodName                  = "/fonts.FontVariationAxisService/HashCode"
	FontVariationAxisService_ToString_FullMethodName                  = "/fonts.FontVariationAxisService/ToString"
	FontVariationAxisService_FromFontVariationSettings_FullMethodName = "/fonts.FontVariationAxisService/FromFontVariationSettings"
	FontVariationAxisService_ToFontVariationSettings_FullMethodName   = "/fonts.FontVariationAxisService/ToFontVariationSettings"
)
View Source
const (
	FontService_Equals_FullMethodName              = "/fonts.FontService/Equals"
	FontService_GetAxes_FullMethodName             = "/fonts.FontService/GetAxes"
	FontService_GetBuffer_FullMethodName           = "/fonts.FontService/GetBuffer"
	FontService_GetFile_FullMethodName             = "/fonts.FontService/GetFile"
	FontService_GetGlyphBounds_FullMethodName      = "/fonts.FontService/GetGlyphBounds"
	FontService_GetLocaleList_FullMethodName       = "/fonts.FontService/GetLocaleList"
	FontService_GetMetrics_FullMethodName          = "/fonts.FontService/GetMetrics"
	FontService_GetSourceIdentifier_FullMethodName = "/fonts.FontService/GetSourceIdentifier"
	FontService_GetStyle_FullMethodName            = "/fonts.FontService/GetStyle"
	FontService_GetTtcIndex_FullMethodName         = "/fonts.FontService/GetTtcIndex"
	FontService_HashCode_FullMethodName            = "/fonts.FontService/HashCode"
	FontService_ToString_FullMethodName            = "/fonts.FontService/ToString"
)
View Source
const (
	FontBuilderService_Build_FullMethodName                       = "/fonts.FontBuilderService/Build"
	FontBuilderService_SetFontVariationSettings1_FullMethodName   = "/fonts.FontBuilderService/SetFontVariationSettings1"
	FontBuilderService_SetFontVariationSettings1_1_FullMethodName = "/fonts.FontBuilderService/SetFontVariationSettings1_1"
	FontBuilderService_SetSlant_FullMethodName                    = "/fonts.FontBuilderService/SetSlant"
	FontBuilderService_SetTtcIndex_FullMethodName                 = "/fonts.FontBuilderService/SetTtcIndex"
	FontBuilderService_SetWeight_FullMethodName                   = "/fonts.FontBuilderService/SetWeight"
)
View Source
const (
	SystemFontsService_GetAvailableFonts_FullMethodName = "/fonts.SystemFontsService/GetAvailableFonts"
)

Variables

View Source
var File_proto_fonts_fonts_proto protoreflect.FileDescriptor
View Source
var FontBuilderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fonts.FontBuilderService",
	HandlerType: (*FontBuilderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Build",
			Handler:    _FontBuilderService_Build_Handler,
		},
		{
			MethodName: "SetFontVariationSettings1",
			Handler:    _FontBuilderService_SetFontVariationSettings1_Handler,
		},
		{
			MethodName: "SetFontVariationSettings1_1",
			Handler:    _FontBuilderService_SetFontVariationSettings1_1_Handler,
		},
		{
			MethodName: "SetSlant",
			Handler:    _FontBuilderService_SetSlant_Handler,
		},
		{
			MethodName: "SetTtcIndex",
			Handler:    _FontBuilderService_SetTtcIndex_Handler,
		},
		{
			MethodName: "SetWeight",
			Handler:    _FontBuilderService_SetWeight_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/fonts/fonts.proto",
}

FontBuilderService_ServiceDesc is the grpc.ServiceDesc for FontBuilderService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var FontFamilyBuilderService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fonts.FontFamilyBuilderService",
	HandlerType: (*FontFamilyBuilderServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AddFont",
			Handler:    _FontFamilyBuilderService_AddFont_Handler,
		},
		{
			MethodName: "Build",
			Handler:    _FontFamilyBuilderService_Build_Handler,
		},
		{
			MethodName: "BuildVariableFamily",
			Handler:    _FontFamilyBuilderService_BuildVariableFamily_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/fonts/fonts.proto",
}

FontFamilyBuilderService_ServiceDesc is the grpc.ServiceDesc for FontFamilyBuilderService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var FontFamilyService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fonts.FontFamilyService",
	HandlerType: (*FontFamilyServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetFont",
			Handler:    _FontFamilyService_GetFont_Handler,
		},
		{
			MethodName: "GetSize",
			Handler:    _FontFamilyService_GetSize_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/fonts/fonts.proto",
}

FontFamilyService_ServiceDesc is the grpc.ServiceDesc for FontFamilyService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var FontService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fonts.FontService",
	HandlerType: (*FontServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Equals",
			Handler:    _FontService_Equals_Handler,
		},
		{
			MethodName: "GetAxes",
			Handler:    _FontService_GetAxes_Handler,
		},
		{
			MethodName: "GetBuffer",
			Handler:    _FontService_GetBuffer_Handler,
		},
		{
			MethodName: "GetFile",
			Handler:    _FontService_GetFile_Handler,
		},
		{
			MethodName: "GetGlyphBounds",
			Handler:    _FontService_GetGlyphBounds_Handler,
		},
		{
			MethodName: "GetLocaleList",
			Handler:    _FontService_GetLocaleList_Handler,
		},
		{
			MethodName: "GetMetrics",
			Handler:    _FontService_GetMetrics_Handler,
		},
		{
			MethodName: "GetSourceIdentifier",
			Handler:    _FontService_GetSourceIdentifier_Handler,
		},
		{
			MethodName: "GetStyle",
			Handler:    _FontService_GetStyle_Handler,
		},
		{
			MethodName: "GetTtcIndex",
			Handler:    _FontService_GetTtcIndex_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _FontService_HashCode_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _FontService_ToString_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/fonts/fonts.proto",
}

FontService_ServiceDesc is the grpc.ServiceDesc for FontService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var FontStyleService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fonts.FontStyleService",
	HandlerType: (*FontStyleServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewFontStyle",
			Handler:    _FontStyleService_NewFontStyle_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _FontStyleService_Equals_Handler,
		},
		{
			MethodName: "GetSlant",
			Handler:    _FontStyleService_GetSlant_Handler,
		},
		{
			MethodName: "GetWeight",
			Handler:    _FontStyleService_GetWeight_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _FontStyleService_HashCode_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _FontStyleService_ToString_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/fonts/fonts.proto",
}

FontStyleService_ServiceDesc is the grpc.ServiceDesc for FontStyleService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var FontVariationAxisService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fonts.FontVariationAxisService",
	HandlerType: (*FontVariationAxisServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "NewFontVariationAxis",
			Handler:    _FontVariationAxisService_NewFontVariationAxis_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _FontVariationAxisService_Equals_Handler,
		},
		{
			MethodName: "GetStyleValue",
			Handler:    _FontVariationAxisService_GetStyleValue_Handler,
		},
		{
			MethodName: "GetTag",
			Handler:    _FontVariationAxisService_GetTag_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _FontVariationAxisService_HashCode_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _FontVariationAxisService_ToString_Handler,
		},
		{
			MethodName: "FromFontVariationSettings",
			Handler:    _FontVariationAxisService_FromFontVariationSettings_Handler,
		},
		{
			MethodName: "ToFontVariationSettings",
			Handler:    _FontVariationAxisService_ToFontVariationSettings_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/fonts/fonts.proto",
}

FontVariationAxisService_ServiceDesc is the grpc.ServiceDesc for FontVariationAxisService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var SystemFontsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "fonts.SystemFontsService",
	HandlerType: (*SystemFontsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetAvailableFonts",
			Handler:    _SystemFontsService_GetAvailableFonts_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/fonts/fonts.proto",
}

SystemFontsService_ServiceDesc is the grpc.ServiceDesc for SystemFontsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterFontBuilderServiceServer

func RegisterFontBuilderServiceServer(s grpc.ServiceRegistrar, srv FontBuilderServiceServer)

func RegisterFontFamilyBuilderServiceServer

func RegisterFontFamilyBuilderServiceServer(s grpc.ServiceRegistrar, srv FontFamilyBuilderServiceServer)

func RegisterFontFamilyServiceServer

func RegisterFontFamilyServiceServer(s grpc.ServiceRegistrar, srv FontFamilyServiceServer)

func RegisterFontServiceServer

func RegisterFontServiceServer(s grpc.ServiceRegistrar, srv FontServiceServer)

func RegisterFontStyleServiceServer

func RegisterFontStyleServiceServer(s grpc.ServiceRegistrar, srv FontStyleServiceServer)

func RegisterFontVariationAxisServiceServer

func RegisterFontVariationAxisServiceServer(s grpc.ServiceRegistrar, srv FontVariationAxisServiceServer)

func RegisterSystemFontsServiceServer

func RegisterSystemFontsServiceServer(s grpc.ServiceRegistrar, srv SystemFontsServiceServer)

Types

type AddFontRequest

type AddFontRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*AddFontRequest) Descriptor deprecated

func (*AddFontRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddFontRequest.ProtoReflect.Descriptor instead.

func (*AddFontRequest) GetArg0

func (x *AddFontRequest) GetArg0() int64

func (*AddFontRequest) ProtoMessage

func (*AddFontRequest) ProtoMessage()

func (*AddFontRequest) ProtoReflect

func (x *AddFontRequest) ProtoReflect() protoreflect.Message

func (*AddFontRequest) Reset

func (x *AddFontRequest) Reset()

func (*AddFontRequest) String

func (x *AddFontRequest) String() string

type AddFontResponse

type AddFontResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*AddFontResponse) Descriptor deprecated

func (*AddFontResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddFontResponse.ProtoReflect.Descriptor instead.

func (*AddFontResponse) GetResult

func (x *AddFontResponse) GetResult() int64

func (*AddFontResponse) ProtoMessage

func (*AddFontResponse) ProtoMessage()

func (*AddFontResponse) ProtoReflect

func (x *AddFontResponse) ProtoReflect() protoreflect.Message

func (*AddFontResponse) Reset

func (x *AddFontResponse) Reset()

func (*AddFontResponse) String

func (x *AddFontResponse) String() string

type BuildRequest

type BuildRequest struct {
	// contains filtered or unexported fields
}

func (*BuildRequest) Descriptor deprecated

func (*BuildRequest) Descriptor() ([]byte, []int)

Deprecated: Use BuildRequest.ProtoReflect.Descriptor instead.

func (*BuildRequest) ProtoMessage

func (*BuildRequest) ProtoMessage()

func (*BuildRequest) ProtoReflect

func (x *BuildRequest) ProtoReflect() protoreflect.Message

func (*BuildRequest) Reset

func (x *BuildRequest) Reset()

func (*BuildRequest) String

func (x *BuildRequest) String() string

type BuildResponse

type BuildResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildResponse) Descriptor deprecated

func (*BuildResponse) Descriptor() ([]byte, []int)

Deprecated: Use BuildResponse.ProtoReflect.Descriptor instead.

func (*BuildResponse) GetResult

func (x *BuildResponse) GetResult() int64

func (*BuildResponse) ProtoMessage

func (*BuildResponse) ProtoMessage()

func (*BuildResponse) ProtoReflect

func (x *BuildResponse) ProtoReflect() protoreflect.Message

func (*BuildResponse) Reset

func (x *BuildResponse) Reset()

func (*BuildResponse) String

func (x *BuildResponse) String() string

type BuildVariableFamilyRequest

type BuildVariableFamilyRequest struct {
	// contains filtered or unexported fields
}

func (*BuildVariableFamilyRequest) Descriptor deprecated

func (*BuildVariableFamilyRequest) Descriptor() ([]byte, []int)

Deprecated: Use BuildVariableFamilyRequest.ProtoReflect.Descriptor instead.

func (*BuildVariableFamilyRequest) ProtoMessage

func (*BuildVariableFamilyRequest) ProtoMessage()

func (*BuildVariableFamilyRequest) ProtoReflect

func (*BuildVariableFamilyRequest) Reset

func (x *BuildVariableFamilyRequest) Reset()

func (*BuildVariableFamilyRequest) String

func (x *BuildVariableFamilyRequest) String() string

type BuildVariableFamilyResponse

type BuildVariableFamilyResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*BuildVariableFamilyResponse) Descriptor deprecated

func (*BuildVariableFamilyResponse) Descriptor() ([]byte, []int)

Deprecated: Use BuildVariableFamilyResponse.ProtoReflect.Descriptor instead.

func (*BuildVariableFamilyResponse) GetResult

func (x *BuildVariableFamilyResponse) GetResult() int64

func (*BuildVariableFamilyResponse) ProtoMessage

func (*BuildVariableFamilyResponse) ProtoMessage()

func (*BuildVariableFamilyResponse) ProtoReflect

func (*BuildVariableFamilyResponse) Reset

func (x *BuildVariableFamilyResponse) Reset()

func (*BuildVariableFamilyResponse) String

func (x *BuildVariableFamilyResponse) String() string

type EqualsRequest

type EqualsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsRequest) Descriptor deprecated

func (*EqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.

func (*EqualsRequest) GetArg0

func (x *EqualsRequest) GetArg0() int64

func (*EqualsRequest) GetHandle

func (x *EqualsRequest) GetHandle() int64

func (*EqualsRequest) ProtoMessage

func (*EqualsRequest) ProtoMessage()

func (*EqualsRequest) ProtoReflect

func (x *EqualsRequest) ProtoReflect() protoreflect.Message

func (*EqualsRequest) Reset

func (x *EqualsRequest) Reset()

func (*EqualsRequest) String

func (x *EqualsRequest) String() string

type EqualsResponse

type EqualsResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsResponse) Descriptor deprecated

func (*EqualsResponse) Descriptor() ([]byte, []int)

Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.

func (*EqualsResponse) GetResult

func (x *EqualsResponse) GetResult() bool

func (*EqualsResponse) ProtoMessage

func (*EqualsResponse) ProtoMessage()

func (*EqualsResponse) ProtoReflect

func (x *EqualsResponse) ProtoReflect() protoreflect.Message

func (*EqualsResponse) Reset

func (x *EqualsResponse) Reset()

func (*EqualsResponse) String

func (x *EqualsResponse) String() string

type FontBuilderServiceClient

type FontBuilderServiceClient interface {
	Build(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error)
	SetFontVariationSettings1(ctx context.Context, in *SetFontVariationSettings1Request, opts ...grpc.CallOption) (*SetFontVariationSettings1Response, error)
	SetFontVariationSettings1_1(ctx context.Context, in *SetFontVariationSettings1_1Request, opts ...grpc.CallOption) (*SetFontVariationSettings1_1Response, error)
	SetSlant(ctx context.Context, in *SetSlantRequest, opts ...grpc.CallOption) (*SetSlantResponse, error)
	SetTtcIndex(ctx context.Context, in *SetTtcIndexRequest, opts ...grpc.CallOption) (*SetTtcIndexResponse, error)
	SetWeight(ctx context.Context, in *SetWeightRequest, opts ...grpc.CallOption) (*SetWeightResponse, error)
}

FontBuilderServiceClient is the client API for FontBuilderService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type FontBuilderServiceServer

type FontBuilderServiceServer interface {
	Build(context.Context, *BuildRequest) (*BuildResponse, error)
	SetFontVariationSettings1(context.Context, *SetFontVariationSettings1Request) (*SetFontVariationSettings1Response, error)
	SetFontVariationSettings1_1(context.Context, *SetFontVariationSettings1_1Request) (*SetFontVariationSettings1_1Response, error)
	SetSlant(context.Context, *SetSlantRequest) (*SetSlantResponse, error)
	SetTtcIndex(context.Context, *SetTtcIndexRequest) (*SetTtcIndexResponse, error)
	SetWeight(context.Context, *SetWeightRequest) (*SetWeightResponse, error)
	// contains filtered or unexported methods
}

FontBuilderServiceServer is the server API for FontBuilderService service. All implementations must embed UnimplementedFontBuilderServiceServer for forward compatibility.

type FontEqualsRequest

type FontEqualsRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*FontEqualsRequest) Descriptor deprecated

func (*FontEqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use FontEqualsRequest.ProtoReflect.Descriptor instead.

func (*FontEqualsRequest) GetArg0

func (x *FontEqualsRequest) GetArg0() int64

func (*FontEqualsRequest) ProtoMessage

func (*FontEqualsRequest) ProtoMessage()

func (*FontEqualsRequest) ProtoReflect

func (x *FontEqualsRequest) ProtoReflect() protoreflect.Message

func (*FontEqualsRequest) Reset

func (x *FontEqualsRequest) Reset()

func (*FontEqualsRequest) String

func (x *FontEqualsRequest) String() string

type FontFamilyBuilderServiceClient

type FontFamilyBuilderServiceClient interface {
	AddFont(ctx context.Context, in *AddFontRequest, opts ...grpc.CallOption) (*AddFontResponse, error)
	Build(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error)
	BuildVariableFamily(ctx context.Context, in *BuildVariableFamilyRequest, opts ...grpc.CallOption) (*BuildVariableFamilyResponse, error)
}

FontFamilyBuilderServiceClient is the client API for FontFamilyBuilderService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type FontFamilyBuilderServiceServer

type FontFamilyBuilderServiceServer interface {
	AddFont(context.Context, *AddFontRequest) (*AddFontResponse, error)
	Build(context.Context, *BuildRequest) (*BuildResponse, error)
	BuildVariableFamily(context.Context, *BuildVariableFamilyRequest) (*BuildVariableFamilyResponse, error)
	// contains filtered or unexported methods
}

FontFamilyBuilderServiceServer is the server API for FontFamilyBuilderService service. All implementations must embed UnimplementedFontFamilyBuilderServiceServer for forward compatibility.

type FontFamilyServiceClient

type FontFamilyServiceClient interface {
	GetFont(ctx context.Context, in *GetFontRequest, opts ...grpc.CallOption) (*GetFontResponse, error)
	GetSize(ctx context.Context, in *GetSizeRequest, opts ...grpc.CallOption) (*GetSizeResponse, error)
}

FontFamilyServiceClient is the client API for FontFamilyService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type FontFamilyServiceServer

type FontFamilyServiceServer interface {
	GetFont(context.Context, *GetFontRequest) (*GetFontResponse, error)
	GetSize(context.Context, *GetSizeRequest) (*GetSizeResponse, error)
	// contains filtered or unexported methods
}

FontFamilyServiceServer is the server API for FontFamilyService service. All implementations must embed UnimplementedFontFamilyServiceServer for forward compatibility.

type FontHashCodeRequest

type FontHashCodeRequest struct {
	// contains filtered or unexported fields
}

func (*FontHashCodeRequest) Descriptor deprecated

func (*FontHashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use FontHashCodeRequest.ProtoReflect.Descriptor instead.

func (*FontHashCodeRequest) ProtoMessage

func (*FontHashCodeRequest) ProtoMessage()

func (*FontHashCodeRequest) ProtoReflect

func (x *FontHashCodeRequest) ProtoReflect() protoreflect.Message

func (*FontHashCodeRequest) Reset

func (x *FontHashCodeRequest) Reset()

func (*FontHashCodeRequest) String

func (x *FontHashCodeRequest) String() string

type FontServiceClient

FontServiceClient is the client API for FontService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type FontServiceServer

FontServiceServer is the server API for FontService service. All implementations must embed UnimplementedFontServiceServer for forward compatibility.

type FontStyleServiceClient

type FontStyleServiceClient interface {
	NewFontStyle(ctx context.Context, in *NewFontStyleRequest, opts ...grpc.CallOption) (*NewFontStyleResponse, error)
	Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
	GetSlant(ctx context.Context, in *GetSlantRequest, opts ...grpc.CallOption) (*GetSlantResponse, error)
	GetWeight(ctx context.Context, in *GetWeightRequest, opts ...grpc.CallOption) (*GetWeightResponse, error)
	HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
}

FontStyleServiceClient is the client API for FontStyleService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type FontStyleServiceServer

type FontStyleServiceServer interface {
	NewFontStyle(context.Context, *NewFontStyleRequest) (*NewFontStyleResponse, error)
	Equals(context.Context, *EqualsRequest) (*EqualsResponse, error)
	GetSlant(context.Context, *GetSlantRequest) (*GetSlantResponse, error)
	GetWeight(context.Context, *GetWeightRequest) (*GetWeightResponse, error)
	HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error)
	ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
	// contains filtered or unexported methods
}

FontStyleServiceServer is the server API for FontStyleService service. All implementations must embed UnimplementedFontStyleServiceServer for forward compatibility.

type FontToStringRequest

type FontToStringRequest struct {
	// contains filtered or unexported fields
}

func (*FontToStringRequest) Descriptor deprecated

func (*FontToStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use FontToStringRequest.ProtoReflect.Descriptor instead.

func (*FontToStringRequest) ProtoMessage

func (*FontToStringRequest) ProtoMessage()

func (*FontToStringRequest) ProtoReflect

func (x *FontToStringRequest) ProtoReflect() protoreflect.Message

func (*FontToStringRequest) Reset

func (x *FontToStringRequest) Reset()

func (*FontToStringRequest) String

func (x *FontToStringRequest) String() string

type FontVariationAxisServiceClient

type FontVariationAxisServiceClient interface {
	NewFontVariationAxis(ctx context.Context, in *NewFontVariationAxisRequest, opts ...grpc.CallOption) (*NewFontVariationAxisResponse, error)
	Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
	GetStyleValue(ctx context.Context, in *GetStyleValueRequest, opts ...grpc.CallOption) (*GetStyleValueResponse, error)
	GetTag(ctx context.Context, in *GetTagRequest, opts ...grpc.CallOption) (*GetTagResponse, error)
	HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	FromFontVariationSettings(ctx context.Context, in *FromFontVariationSettingsRequest, opts ...grpc.CallOption) (*FromFontVariationSettingsResponse, error)
	ToFontVariationSettings(ctx context.Context, in *ToFontVariationSettingsRequest, opts ...grpc.CallOption) (*ToFontVariationSettingsResponse, error)
}

FontVariationAxisServiceClient is the client API for FontVariationAxisService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type FontVariationAxisServiceServer

FontVariationAxisServiceServer is the server API for FontVariationAxisService service. All implementations must embed UnimplementedFontVariationAxisServiceServer for forward compatibility.

type FromFontVariationSettingsRequest

type FromFontVariationSettingsRequest struct {
	Handle int64  `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   string `protobuf:"bytes,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*FromFontVariationSettingsRequest) Descriptor deprecated

func (*FromFontVariationSettingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use FromFontVariationSettingsRequest.ProtoReflect.Descriptor instead.

func (*FromFontVariationSettingsRequest) GetArg0

func (*FromFontVariationSettingsRequest) GetHandle

func (x *FromFontVariationSettingsRequest) GetHandle() int64

func (*FromFontVariationSettingsRequest) ProtoMessage

func (*FromFontVariationSettingsRequest) ProtoMessage()

func (*FromFontVariationSettingsRequest) ProtoReflect

func (*FromFontVariationSettingsRequest) Reset

func (*FromFontVariationSettingsRequest) String

type FromFontVariationSettingsResponse

type FromFontVariationSettingsResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*FromFontVariationSettingsResponse) Descriptor deprecated

func (*FromFontVariationSettingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use FromFontVariationSettingsResponse.ProtoReflect.Descriptor instead.

func (*FromFontVariationSettingsResponse) GetResult

func (*FromFontVariationSettingsResponse) ProtoMessage

func (*FromFontVariationSettingsResponse) ProtoMessage()

func (*FromFontVariationSettingsResponse) ProtoReflect

func (*FromFontVariationSettingsResponse) Reset

func (*FromFontVariationSettingsResponse) String

type GetAvailableFontsRequest

type GetAvailableFontsRequest struct {
	// contains filtered or unexported fields
}

func (*GetAvailableFontsRequest) Descriptor deprecated

func (*GetAvailableFontsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAvailableFontsRequest.ProtoReflect.Descriptor instead.

func (*GetAvailableFontsRequest) ProtoMessage

func (*GetAvailableFontsRequest) ProtoMessage()

func (*GetAvailableFontsRequest) ProtoReflect

func (x *GetAvailableFontsRequest) ProtoReflect() protoreflect.Message

func (*GetAvailableFontsRequest) Reset

func (x *GetAvailableFontsRequest) Reset()

func (*GetAvailableFontsRequest) String

func (x *GetAvailableFontsRequest) String() string

type GetAvailableFontsResponse

type GetAvailableFontsResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAvailableFontsResponse) Descriptor deprecated

func (*GetAvailableFontsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAvailableFontsResponse.ProtoReflect.Descriptor instead.

func (*GetAvailableFontsResponse) GetResult

func (x *GetAvailableFontsResponse) GetResult() int64

func (*GetAvailableFontsResponse) ProtoMessage

func (*GetAvailableFontsResponse) ProtoMessage()

func (*GetAvailableFontsResponse) ProtoReflect

func (*GetAvailableFontsResponse) Reset

func (x *GetAvailableFontsResponse) Reset()

func (*GetAvailableFontsResponse) String

func (x *GetAvailableFontsResponse) String() string

type GetAxesRequest

type GetAxesRequest struct {
	// contains filtered or unexported fields
}

func (*GetAxesRequest) Descriptor deprecated

func (*GetAxesRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAxesRequest.ProtoReflect.Descriptor instead.

func (*GetAxesRequest) ProtoMessage

func (*GetAxesRequest) ProtoMessage()

func (*GetAxesRequest) ProtoReflect

func (x *GetAxesRequest) ProtoReflect() protoreflect.Message

func (*GetAxesRequest) Reset

func (x *GetAxesRequest) Reset()

func (*GetAxesRequest) String

func (x *GetAxesRequest) String() string

type GetAxesResponse

type GetAxesResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAxesResponse) Descriptor deprecated

func (*GetAxesResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetAxesResponse.ProtoReflect.Descriptor instead.

func (*GetAxesResponse) GetResult

func (x *GetAxesResponse) GetResult() int64

func (*GetAxesResponse) ProtoMessage

func (*GetAxesResponse) ProtoMessage()

func (*GetAxesResponse) ProtoReflect

func (x *GetAxesResponse) ProtoReflect() protoreflect.Message

func (*GetAxesResponse) Reset

func (x *GetAxesResponse) Reset()

func (*GetAxesResponse) String

func (x *GetAxesResponse) String() string

type GetBufferRequest

type GetBufferRequest struct {
	// contains filtered or unexported fields
}

func (*GetBufferRequest) Descriptor deprecated

func (*GetBufferRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBufferRequest.ProtoReflect.Descriptor instead.

func (*GetBufferRequest) ProtoMessage

func (*GetBufferRequest) ProtoMessage()

func (*GetBufferRequest) ProtoReflect

func (x *GetBufferRequest) ProtoReflect() protoreflect.Message

func (*GetBufferRequest) Reset

func (x *GetBufferRequest) Reset()

func (*GetBufferRequest) String

func (x *GetBufferRequest) String() string

type GetBufferResponse

type GetBufferResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBufferResponse) Descriptor deprecated

func (*GetBufferResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBufferResponse.ProtoReflect.Descriptor instead.

func (*GetBufferResponse) GetResult

func (x *GetBufferResponse) GetResult() int64

func (*GetBufferResponse) ProtoMessage

func (*GetBufferResponse) ProtoMessage()

func (*GetBufferResponse) ProtoReflect

func (x *GetBufferResponse) ProtoReflect() protoreflect.Message

func (*GetBufferResponse) Reset

func (x *GetBufferResponse) Reset()

func (*GetBufferResponse) String

func (x *GetBufferResponse) String() string

type GetFileRequest

type GetFileRequest struct {
	// contains filtered or unexported fields
}

func (*GetFileRequest) Descriptor deprecated

func (*GetFileRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFileRequest.ProtoReflect.Descriptor instead.

func (*GetFileRequest) ProtoMessage

func (*GetFileRequest) ProtoMessage()

func (*GetFileRequest) ProtoReflect

func (x *GetFileRequest) ProtoReflect() protoreflect.Message

func (*GetFileRequest) Reset

func (x *GetFileRequest) Reset()

func (*GetFileRequest) String

func (x *GetFileRequest) String() string

type GetFileResponse

type GetFileResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileResponse) Descriptor deprecated

func (*GetFileResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFileResponse.ProtoReflect.Descriptor instead.

func (*GetFileResponse) GetResult

func (x *GetFileResponse) GetResult() int64

func (*GetFileResponse) ProtoMessage

func (*GetFileResponse) ProtoMessage()

func (*GetFileResponse) ProtoReflect

func (x *GetFileResponse) ProtoReflect() protoreflect.Message

func (*GetFileResponse) Reset

func (x *GetFileResponse) Reset()

func (*GetFileResponse) String

func (x *GetFileResponse) String() string

type GetFontRequest

type GetFontRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFontRequest) Descriptor deprecated

func (*GetFontRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFontRequest.ProtoReflect.Descriptor instead.

func (*GetFontRequest) GetArg0

func (x *GetFontRequest) GetArg0() int32

func (*GetFontRequest) ProtoMessage

func (*GetFontRequest) ProtoMessage()

func (*GetFontRequest) ProtoReflect

func (x *GetFontRequest) ProtoReflect() protoreflect.Message

func (*GetFontRequest) Reset

func (x *GetFontRequest) Reset()

func (*GetFontRequest) String

func (x *GetFontRequest) String() string

type GetFontResponse

type GetFontResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFontResponse) Descriptor deprecated

func (*GetFontResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFontResponse.ProtoReflect.Descriptor instead.

func (*GetFontResponse) GetResult

func (x *GetFontResponse) GetResult() int64

func (*GetFontResponse) ProtoMessage

func (*GetFontResponse) ProtoMessage()

func (*GetFontResponse) ProtoReflect

func (x *GetFontResponse) ProtoReflect() protoreflect.Message

func (*GetFontResponse) Reset

func (x *GetFontResponse) Reset()

func (*GetFontResponse) String

func (x *GetFontResponse) String() string

type GetGlyphBoundsRequest

type GetGlyphBoundsRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int64 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGlyphBoundsRequest) Descriptor deprecated

func (*GetGlyphBoundsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGlyphBoundsRequest.ProtoReflect.Descriptor instead.

func (*GetGlyphBoundsRequest) GetArg0

func (x *GetGlyphBoundsRequest) GetArg0() int32

func (*GetGlyphBoundsRequest) GetArg1

func (x *GetGlyphBoundsRequest) GetArg1() int64

func (*GetGlyphBoundsRequest) GetArg2

func (x *GetGlyphBoundsRequest) GetArg2() int64

func (*GetGlyphBoundsRequest) ProtoMessage

func (*GetGlyphBoundsRequest) ProtoMessage()

func (*GetGlyphBoundsRequest) ProtoReflect

func (x *GetGlyphBoundsRequest) ProtoReflect() protoreflect.Message

func (*GetGlyphBoundsRequest) Reset

func (x *GetGlyphBoundsRequest) Reset()

func (*GetGlyphBoundsRequest) String

func (x *GetGlyphBoundsRequest) String() string

type GetGlyphBoundsResponse

type GetGlyphBoundsResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGlyphBoundsResponse) Descriptor deprecated

func (*GetGlyphBoundsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetGlyphBoundsResponse.ProtoReflect.Descriptor instead.

func (*GetGlyphBoundsResponse) GetResult

func (x *GetGlyphBoundsResponse) GetResult() float32

func (*GetGlyphBoundsResponse) ProtoMessage

func (*GetGlyphBoundsResponse) ProtoMessage()

func (*GetGlyphBoundsResponse) ProtoReflect

func (x *GetGlyphBoundsResponse) ProtoReflect() protoreflect.Message

func (*GetGlyphBoundsResponse) Reset

func (x *GetGlyphBoundsResponse) Reset()

func (*GetGlyphBoundsResponse) String

func (x *GetGlyphBoundsResponse) String() string

type GetLocaleListRequest

type GetLocaleListRequest struct {
	// contains filtered or unexported fields
}

func (*GetLocaleListRequest) Descriptor deprecated

func (*GetLocaleListRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLocaleListRequest.ProtoReflect.Descriptor instead.

func (*GetLocaleListRequest) ProtoMessage

func (*GetLocaleListRequest) ProtoMessage()

func (*GetLocaleListRequest) ProtoReflect

func (x *GetLocaleListRequest) ProtoReflect() protoreflect.Message

func (*GetLocaleListRequest) Reset

func (x *GetLocaleListRequest) Reset()

func (*GetLocaleListRequest) String

func (x *GetLocaleListRequest) String() string

type GetLocaleListResponse

type GetLocaleListResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLocaleListResponse) Descriptor deprecated

func (*GetLocaleListResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLocaleListResponse.ProtoReflect.Descriptor instead.

func (*GetLocaleListResponse) GetResult

func (x *GetLocaleListResponse) GetResult() int64

func (*GetLocaleListResponse) ProtoMessage

func (*GetLocaleListResponse) ProtoMessage()

func (*GetLocaleListResponse) ProtoReflect

func (x *GetLocaleListResponse) ProtoReflect() protoreflect.Message

func (*GetLocaleListResponse) Reset

func (x *GetLocaleListResponse) Reset()

func (*GetLocaleListResponse) String

func (x *GetLocaleListResponse) String() string

type GetMetricsRequest

type GetMetricsRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetricsRequest) Descriptor deprecated

func (*GetMetricsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricsRequest.ProtoReflect.Descriptor instead.

func (*GetMetricsRequest) GetArg0

func (x *GetMetricsRequest) GetArg0() int64

func (*GetMetricsRequest) GetArg1

func (x *GetMetricsRequest) GetArg1() int64

func (*GetMetricsRequest) ProtoMessage

func (*GetMetricsRequest) ProtoMessage()

func (*GetMetricsRequest) ProtoReflect

func (x *GetMetricsRequest) ProtoReflect() protoreflect.Message

func (*GetMetricsRequest) Reset

func (x *GetMetricsRequest) Reset()

func (*GetMetricsRequest) String

func (x *GetMetricsRequest) String() string

type GetMetricsResponse

type GetMetricsResponse struct {
	// contains filtered or unexported fields
}

func (*GetMetricsResponse) Descriptor deprecated

func (*GetMetricsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMetricsResponse.ProtoReflect.Descriptor instead.

func (*GetMetricsResponse) ProtoMessage

func (*GetMetricsResponse) ProtoMessage()

func (*GetMetricsResponse) ProtoReflect

func (x *GetMetricsResponse) ProtoReflect() protoreflect.Message

func (*GetMetricsResponse) Reset

func (x *GetMetricsResponse) Reset()

func (*GetMetricsResponse) String

func (x *GetMetricsResponse) String() string

type GetSizeRequest

type GetSizeRequest struct {
	// contains filtered or unexported fields
}

func (*GetSizeRequest) Descriptor deprecated

func (*GetSizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSizeRequest.ProtoReflect.Descriptor instead.

func (*GetSizeRequest) ProtoMessage

func (*GetSizeRequest) ProtoMessage()

func (*GetSizeRequest) ProtoReflect

func (x *GetSizeRequest) ProtoReflect() protoreflect.Message

func (*GetSizeRequest) Reset

func (x *GetSizeRequest) Reset()

func (*GetSizeRequest) String

func (x *GetSizeRequest) String() string

type GetSizeResponse

type GetSizeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSizeResponse) Descriptor deprecated

func (*GetSizeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSizeResponse.ProtoReflect.Descriptor instead.

func (*GetSizeResponse) GetResult

func (x *GetSizeResponse) GetResult() int32

func (*GetSizeResponse) ProtoMessage

func (*GetSizeResponse) ProtoMessage()

func (*GetSizeResponse) ProtoReflect

func (x *GetSizeResponse) ProtoReflect() protoreflect.Message

func (*GetSizeResponse) Reset

func (x *GetSizeResponse) Reset()

func (*GetSizeResponse) String

func (x *GetSizeResponse) String() string

type GetSlantRequest

type GetSlantRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSlantRequest) Descriptor deprecated

func (*GetSlantRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSlantRequest.ProtoReflect.Descriptor instead.

func (*GetSlantRequest) GetHandle

func (x *GetSlantRequest) GetHandle() int64

func (*GetSlantRequest) ProtoMessage

func (*GetSlantRequest) ProtoMessage()

func (*GetSlantRequest) ProtoReflect

func (x *GetSlantRequest) ProtoReflect() protoreflect.Message

func (*GetSlantRequest) Reset

func (x *GetSlantRequest) Reset()

func (*GetSlantRequest) String

func (x *GetSlantRequest) String() string

type GetSlantResponse

type GetSlantResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSlantResponse) Descriptor deprecated

func (*GetSlantResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSlantResponse.ProtoReflect.Descriptor instead.

func (*GetSlantResponse) GetResult

func (x *GetSlantResponse) GetResult() int32

func (*GetSlantResponse) ProtoMessage

func (*GetSlantResponse) ProtoMessage()

func (*GetSlantResponse) ProtoReflect

func (x *GetSlantResponse) ProtoReflect() protoreflect.Message

func (*GetSlantResponse) Reset

func (x *GetSlantResponse) Reset()

func (*GetSlantResponse) String

func (x *GetSlantResponse) String() string

type GetSourceIdentifierRequest

type GetSourceIdentifierRequest struct {
	// contains filtered or unexported fields
}

func (*GetSourceIdentifierRequest) Descriptor deprecated

func (*GetSourceIdentifierRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSourceIdentifierRequest.ProtoReflect.Descriptor instead.

func (*GetSourceIdentifierRequest) ProtoMessage

func (*GetSourceIdentifierRequest) ProtoMessage()

func (*GetSourceIdentifierRequest) ProtoReflect

func (*GetSourceIdentifierRequest) Reset

func (x *GetSourceIdentifierRequest) Reset()

func (*GetSourceIdentifierRequest) String

func (x *GetSourceIdentifierRequest) String() string

type GetSourceIdentifierResponse

type GetSourceIdentifierResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSourceIdentifierResponse) Descriptor deprecated

func (*GetSourceIdentifierResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSourceIdentifierResponse.ProtoReflect.Descriptor instead.

func (*GetSourceIdentifierResponse) GetResult

func (x *GetSourceIdentifierResponse) GetResult() int32

func (*GetSourceIdentifierResponse) ProtoMessage

func (*GetSourceIdentifierResponse) ProtoMessage()

func (*GetSourceIdentifierResponse) ProtoReflect

func (*GetSourceIdentifierResponse) Reset

func (x *GetSourceIdentifierResponse) Reset()

func (*GetSourceIdentifierResponse) String

func (x *GetSourceIdentifierResponse) String() string

type GetStyleRequest

type GetStyleRequest struct {
	// contains filtered or unexported fields
}

func (*GetStyleRequest) Descriptor deprecated

func (*GetStyleRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetStyleRequest.ProtoReflect.Descriptor instead.

func (*GetStyleRequest) ProtoMessage

func (*GetStyleRequest) ProtoMessage()

func (*GetStyleRequest) ProtoReflect

func (x *GetStyleRequest) ProtoReflect() protoreflect.Message

func (*GetStyleRequest) Reset

func (x *GetStyleRequest) Reset()

func (*GetStyleRequest) String

func (x *GetStyleRequest) String() string

type GetStyleResponse

type GetStyleResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStyleResponse) Descriptor deprecated

func (*GetStyleResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetStyleResponse.ProtoReflect.Descriptor instead.

func (*GetStyleResponse) GetResult

func (x *GetStyleResponse) GetResult() int64

func (*GetStyleResponse) ProtoMessage

func (*GetStyleResponse) ProtoMessage()

func (*GetStyleResponse) ProtoReflect

func (x *GetStyleResponse) ProtoReflect() protoreflect.Message

func (*GetStyleResponse) Reset

func (x *GetStyleResponse) Reset()

func (*GetStyleResponse) String

func (x *GetStyleResponse) String() string

type GetStyleValueRequest

type GetStyleValueRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStyleValueRequest) Descriptor deprecated

func (*GetStyleValueRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetStyleValueRequest.ProtoReflect.Descriptor instead.

func (*GetStyleValueRequest) GetHandle

func (x *GetStyleValueRequest) GetHandle() int64

func (*GetStyleValueRequest) ProtoMessage

func (*GetStyleValueRequest) ProtoMessage()

func (*GetStyleValueRequest) ProtoReflect

func (x *GetStyleValueRequest) ProtoReflect() protoreflect.Message

func (*GetStyleValueRequest) Reset

func (x *GetStyleValueRequest) Reset()

func (*GetStyleValueRequest) String

func (x *GetStyleValueRequest) String() string

type GetStyleValueResponse

type GetStyleValueResponse struct {
	Result float32 `protobuf:"fixed32,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStyleValueResponse) Descriptor deprecated

func (*GetStyleValueResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetStyleValueResponse.ProtoReflect.Descriptor instead.

func (*GetStyleValueResponse) GetResult

func (x *GetStyleValueResponse) GetResult() float32

func (*GetStyleValueResponse) ProtoMessage

func (*GetStyleValueResponse) ProtoMessage()

func (*GetStyleValueResponse) ProtoReflect

func (x *GetStyleValueResponse) ProtoReflect() protoreflect.Message

func (*GetStyleValueResponse) Reset

func (x *GetStyleValueResponse) Reset()

func (*GetStyleValueResponse) String

func (x *GetStyleValueResponse) String() string

type GetTagRequest

type GetTagRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTagRequest) Descriptor deprecated

func (*GetTagRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTagRequest.ProtoReflect.Descriptor instead.

func (*GetTagRequest) GetHandle

func (x *GetTagRequest) GetHandle() int64

func (*GetTagRequest) ProtoMessage

func (*GetTagRequest) ProtoMessage()

func (*GetTagRequest) ProtoReflect

func (x *GetTagRequest) ProtoReflect() protoreflect.Message

func (*GetTagRequest) Reset

func (x *GetTagRequest) Reset()

func (*GetTagRequest) String

func (x *GetTagRequest) String() string

type GetTagResponse

type GetTagResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTagResponse) Descriptor deprecated

func (*GetTagResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTagResponse.ProtoReflect.Descriptor instead.

func (*GetTagResponse) GetResult

func (x *GetTagResponse) GetResult() string

func (*GetTagResponse) ProtoMessage

func (*GetTagResponse) ProtoMessage()

func (*GetTagResponse) ProtoReflect

func (x *GetTagResponse) ProtoReflect() protoreflect.Message

func (*GetTagResponse) Reset

func (x *GetTagResponse) Reset()

func (*GetTagResponse) String

func (x *GetTagResponse) String() string

type GetTtcIndexRequest

type GetTtcIndexRequest struct {
	// contains filtered or unexported fields
}

func (*GetTtcIndexRequest) Descriptor deprecated

func (*GetTtcIndexRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTtcIndexRequest.ProtoReflect.Descriptor instead.

func (*GetTtcIndexRequest) ProtoMessage

func (*GetTtcIndexRequest) ProtoMessage()

func (*GetTtcIndexRequest) ProtoReflect

func (x *GetTtcIndexRequest) ProtoReflect() protoreflect.Message

func (*GetTtcIndexRequest) Reset

func (x *GetTtcIndexRequest) Reset()

func (*GetTtcIndexRequest) String

func (x *GetTtcIndexRequest) String() string

type GetTtcIndexResponse

type GetTtcIndexResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTtcIndexResponse) Descriptor deprecated

func (*GetTtcIndexResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetTtcIndexResponse.ProtoReflect.Descriptor instead.

func (*GetTtcIndexResponse) GetResult

func (x *GetTtcIndexResponse) GetResult() int32

func (*GetTtcIndexResponse) ProtoMessage

func (*GetTtcIndexResponse) ProtoMessage()

func (*GetTtcIndexResponse) ProtoReflect

func (x *GetTtcIndexResponse) ProtoReflect() protoreflect.Message

func (*GetTtcIndexResponse) Reset

func (x *GetTtcIndexResponse) Reset()

func (*GetTtcIndexResponse) String

func (x *GetTtcIndexResponse) String() string

type GetWeightRequest

type GetWeightRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWeightRequest) Descriptor deprecated

func (*GetWeightRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetWeightRequest.ProtoReflect.Descriptor instead.

func (*GetWeightRequest) GetHandle

func (x *GetWeightRequest) GetHandle() int64

func (*GetWeightRequest) ProtoMessage

func (*GetWeightRequest) ProtoMessage()

func (*GetWeightRequest) ProtoReflect

func (x *GetWeightRequest) ProtoReflect() protoreflect.Message

func (*GetWeightRequest) Reset

func (x *GetWeightRequest) Reset()

func (*GetWeightRequest) String

func (x *GetWeightRequest) String() string

type GetWeightResponse

type GetWeightResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWeightResponse) Descriptor deprecated

func (*GetWeightResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWeightResponse.ProtoReflect.Descriptor instead.

func (*GetWeightResponse) GetResult

func (x *GetWeightResponse) GetResult() int32

func (*GetWeightResponse) ProtoMessage

func (*GetWeightResponse) ProtoMessage()

func (*GetWeightResponse) ProtoReflect

func (x *GetWeightResponse) ProtoReflect() protoreflect.Message

func (*GetWeightResponse) Reset

func (x *GetWeightResponse) Reset()

func (*GetWeightResponse) String

func (x *GetWeightResponse) String() string

type HashCodeRequest

type HashCodeRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*HashCodeRequest) Descriptor deprecated

func (*HashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.

func (*HashCodeRequest) GetHandle

func (x *HashCodeRequest) GetHandle() int64

func (*HashCodeRequest) ProtoMessage

func (*HashCodeRequest) ProtoMessage()

func (*HashCodeRequest) ProtoReflect

func (x *HashCodeRequest) ProtoReflect() protoreflect.Message

func (*HashCodeRequest) Reset

func (x *HashCodeRequest) Reset()

func (*HashCodeRequest) String

func (x *HashCodeRequest) String() string

type HashCodeResponse

type HashCodeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HashCodeResponse) Descriptor deprecated

func (*HashCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.

func (*HashCodeResponse) GetResult

func (x *HashCodeResponse) GetResult() int32

func (*HashCodeResponse) ProtoMessage

func (*HashCodeResponse) ProtoMessage()

func (*HashCodeResponse) ProtoReflect

func (x *HashCodeResponse) ProtoReflect() protoreflect.Message

func (*HashCodeResponse) Reset

func (x *HashCodeResponse) Reset()

func (*HashCodeResponse) String

func (x *HashCodeResponse) String() string

type NewFontStyleRequest

type NewFontStyleRequest struct {
	// contains filtered or unexported fields
}

func (*NewFontStyleRequest) Descriptor deprecated

func (*NewFontStyleRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewFontStyleRequest.ProtoReflect.Descriptor instead.

func (*NewFontStyleRequest) ProtoMessage

func (*NewFontStyleRequest) ProtoMessage()

func (*NewFontStyleRequest) ProtoReflect

func (x *NewFontStyleRequest) ProtoReflect() protoreflect.Message

func (*NewFontStyleRequest) Reset

func (x *NewFontStyleRequest) Reset()

func (*NewFontStyleRequest) String

func (x *NewFontStyleRequest) String() string

type NewFontStyleResponse

type NewFontStyleResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewFontStyleResponse) Descriptor deprecated

func (*NewFontStyleResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewFontStyleResponse.ProtoReflect.Descriptor instead.

func (*NewFontStyleResponse) GetResult

func (x *NewFontStyleResponse) GetResult() int64

func (*NewFontStyleResponse) ProtoMessage

func (*NewFontStyleResponse) ProtoMessage()

func (*NewFontStyleResponse) ProtoReflect

func (x *NewFontStyleResponse) ProtoReflect() protoreflect.Message

func (*NewFontStyleResponse) Reset

func (x *NewFontStyleResponse) Reset()

func (*NewFontStyleResponse) String

func (x *NewFontStyleResponse) String() string

type NewFontVariationAxisRequest

type NewFontVariationAxisRequest struct {
	Arg0 string  `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 float32 `protobuf:"fixed32,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*NewFontVariationAxisRequest) Descriptor deprecated

func (*NewFontVariationAxisRequest) Descriptor() ([]byte, []int)

Deprecated: Use NewFontVariationAxisRequest.ProtoReflect.Descriptor instead.

func (*NewFontVariationAxisRequest) GetArg0

func (x *NewFontVariationAxisRequest) GetArg0() string

func (*NewFontVariationAxisRequest) GetArg1

func (x *NewFontVariationAxisRequest) GetArg1() float32

func (*NewFontVariationAxisRequest) ProtoMessage

func (*NewFontVariationAxisRequest) ProtoMessage()

func (*NewFontVariationAxisRequest) ProtoReflect

func (*NewFontVariationAxisRequest) Reset

func (x *NewFontVariationAxisRequest) Reset()

func (*NewFontVariationAxisRequest) String

func (x *NewFontVariationAxisRequest) String() string

type NewFontVariationAxisResponse

type NewFontVariationAxisResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*NewFontVariationAxisResponse) Descriptor deprecated

func (*NewFontVariationAxisResponse) Descriptor() ([]byte, []int)

Deprecated: Use NewFontVariationAxisResponse.ProtoReflect.Descriptor instead.

func (*NewFontVariationAxisResponse) GetResult

func (x *NewFontVariationAxisResponse) GetResult() int64

func (*NewFontVariationAxisResponse) ProtoMessage

func (*NewFontVariationAxisResponse) ProtoMessage()

func (*NewFontVariationAxisResponse) ProtoReflect

func (*NewFontVariationAxisResponse) Reset

func (x *NewFontVariationAxisResponse) Reset()

func (*NewFontVariationAxisResponse) String

type SetFontVariationSettings1Request

type SetFontVariationSettings1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFontVariationSettings1Request) Descriptor deprecated

func (*SetFontVariationSettings1Request) Descriptor() ([]byte, []int)

Deprecated: Use SetFontVariationSettings1Request.ProtoReflect.Descriptor instead.

func (*SetFontVariationSettings1Request) GetArg0

func (*SetFontVariationSettings1Request) ProtoMessage

func (*SetFontVariationSettings1Request) ProtoMessage()

func (*SetFontVariationSettings1Request) ProtoReflect

func (*SetFontVariationSettings1Request) Reset

func (*SetFontVariationSettings1Request) String

type SetFontVariationSettings1Response

type SetFontVariationSettings1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFontVariationSettings1Response) Descriptor deprecated

func (*SetFontVariationSettings1Response) Descriptor() ([]byte, []int)

Deprecated: Use SetFontVariationSettings1Response.ProtoReflect.Descriptor instead.

func (*SetFontVariationSettings1Response) GetResult

func (*SetFontVariationSettings1Response) ProtoMessage

func (*SetFontVariationSettings1Response) ProtoMessage()

func (*SetFontVariationSettings1Response) ProtoReflect

func (*SetFontVariationSettings1Response) Reset

func (*SetFontVariationSettings1Response) String

type SetFontVariationSettings1_1Request

type SetFontVariationSettings1_1Request struct {
	Arg0 string `protobuf:"bytes,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFontVariationSettings1_1Request) Descriptor deprecated

func (*SetFontVariationSettings1_1Request) Descriptor() ([]byte, []int)

Deprecated: Use SetFontVariationSettings1_1Request.ProtoReflect.Descriptor instead.

func (*SetFontVariationSettings1_1Request) GetArg0

func (*SetFontVariationSettings1_1Request) ProtoMessage

func (*SetFontVariationSettings1_1Request) ProtoMessage()

func (*SetFontVariationSettings1_1Request) ProtoReflect

func (*SetFontVariationSettings1_1Request) Reset

func (*SetFontVariationSettings1_1Request) String

type SetFontVariationSettings1_1Response

type SetFontVariationSettings1_1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetFontVariationSettings1_1Response) Descriptor deprecated

func (*SetFontVariationSettings1_1Response) Descriptor() ([]byte, []int)

Deprecated: Use SetFontVariationSettings1_1Response.ProtoReflect.Descriptor instead.

func (*SetFontVariationSettings1_1Response) GetResult

func (*SetFontVariationSettings1_1Response) ProtoMessage

func (*SetFontVariationSettings1_1Response) ProtoMessage()

func (*SetFontVariationSettings1_1Response) ProtoReflect

func (*SetFontVariationSettings1_1Response) Reset

func (*SetFontVariationSettings1_1Response) String

type SetSlantRequest

type SetSlantRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSlantRequest) Descriptor deprecated

func (*SetSlantRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSlantRequest.ProtoReflect.Descriptor instead.

func (*SetSlantRequest) GetArg0

func (x *SetSlantRequest) GetArg0() int32

func (*SetSlantRequest) ProtoMessage

func (*SetSlantRequest) ProtoMessage()

func (*SetSlantRequest) ProtoReflect

func (x *SetSlantRequest) ProtoReflect() protoreflect.Message

func (*SetSlantRequest) Reset

func (x *SetSlantRequest) Reset()

func (*SetSlantRequest) String

func (x *SetSlantRequest) String() string

type SetSlantResponse

type SetSlantResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSlantResponse) Descriptor deprecated

func (*SetSlantResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetSlantResponse.ProtoReflect.Descriptor instead.

func (*SetSlantResponse) GetResult

func (x *SetSlantResponse) GetResult() int64

func (*SetSlantResponse) ProtoMessage

func (*SetSlantResponse) ProtoMessage()

func (*SetSlantResponse) ProtoReflect

func (x *SetSlantResponse) ProtoReflect() protoreflect.Message

func (*SetSlantResponse) Reset

func (x *SetSlantResponse) Reset()

func (*SetSlantResponse) String

func (x *SetSlantResponse) String() string

type SetTtcIndexRequest

type SetTtcIndexRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTtcIndexRequest) Descriptor deprecated

func (*SetTtcIndexRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetTtcIndexRequest.ProtoReflect.Descriptor instead.

func (*SetTtcIndexRequest) GetArg0

func (x *SetTtcIndexRequest) GetArg0() int32

func (*SetTtcIndexRequest) ProtoMessage

func (*SetTtcIndexRequest) ProtoMessage()

func (*SetTtcIndexRequest) ProtoReflect

func (x *SetTtcIndexRequest) ProtoReflect() protoreflect.Message

func (*SetTtcIndexRequest) Reset

func (x *SetTtcIndexRequest) Reset()

func (*SetTtcIndexRequest) String

func (x *SetTtcIndexRequest) String() string

type SetTtcIndexResponse

type SetTtcIndexResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetTtcIndexResponse) Descriptor deprecated

func (*SetTtcIndexResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetTtcIndexResponse.ProtoReflect.Descriptor instead.

func (*SetTtcIndexResponse) GetResult

func (x *SetTtcIndexResponse) GetResult() int64

func (*SetTtcIndexResponse) ProtoMessage

func (*SetTtcIndexResponse) ProtoMessage()

func (*SetTtcIndexResponse) ProtoReflect

func (x *SetTtcIndexResponse) ProtoReflect() protoreflect.Message

func (*SetTtcIndexResponse) Reset

func (x *SetTtcIndexResponse) Reset()

func (*SetTtcIndexResponse) String

func (x *SetTtcIndexResponse) String() string

type SetWeightRequest

type SetWeightRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetWeightRequest) Descriptor deprecated

func (*SetWeightRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetWeightRequest.ProtoReflect.Descriptor instead.

func (*SetWeightRequest) GetArg0

func (x *SetWeightRequest) GetArg0() int32

func (*SetWeightRequest) ProtoMessage

func (*SetWeightRequest) ProtoMessage()

func (*SetWeightRequest) ProtoReflect

func (x *SetWeightRequest) ProtoReflect() protoreflect.Message

func (*SetWeightRequest) Reset

func (x *SetWeightRequest) Reset()

func (*SetWeightRequest) String

func (x *SetWeightRequest) String() string

type SetWeightResponse

type SetWeightResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*SetWeightResponse) Descriptor deprecated

func (*SetWeightResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetWeightResponse.ProtoReflect.Descriptor instead.

func (*SetWeightResponse) GetResult

func (x *SetWeightResponse) GetResult() int64

func (*SetWeightResponse) ProtoMessage

func (*SetWeightResponse) ProtoMessage()

func (*SetWeightResponse) ProtoReflect

func (x *SetWeightResponse) ProtoReflect() protoreflect.Message

func (*SetWeightResponse) Reset

func (x *SetWeightResponse) Reset()

func (*SetWeightResponse) String

func (x *SetWeightResponse) String() string

type SystemFontsServiceClient

type SystemFontsServiceClient interface {
	GetAvailableFonts(ctx context.Context, in *GetAvailableFontsRequest, opts ...grpc.CallOption) (*GetAvailableFontsResponse, error)
}

SystemFontsServiceClient is the client API for SystemFontsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SystemFontsServiceServer

type SystemFontsServiceServer interface {
	GetAvailableFonts(context.Context, *GetAvailableFontsRequest) (*GetAvailableFontsResponse, error)
	// contains filtered or unexported methods
}

SystemFontsServiceServer is the server API for SystemFontsService service. All implementations must embed UnimplementedSystemFontsServiceServer for forward compatibility.

type ToFontVariationSettingsRequest

type ToFontVariationSettingsRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	Arg0   int64 `protobuf:"varint,2,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*ToFontVariationSettingsRequest) Descriptor deprecated

func (*ToFontVariationSettingsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ToFontVariationSettingsRequest.ProtoReflect.Descriptor instead.

func (*ToFontVariationSettingsRequest) GetArg0

func (*ToFontVariationSettingsRequest) GetHandle

func (x *ToFontVariationSettingsRequest) GetHandle() int64

func (*ToFontVariationSettingsRequest) ProtoMessage

func (*ToFontVariationSettingsRequest) ProtoMessage()

func (*ToFontVariationSettingsRequest) ProtoReflect

func (*ToFontVariationSettingsRequest) Reset

func (x *ToFontVariationSettingsRequest) Reset()

func (*ToFontVariationSettingsRequest) String

type ToFontVariationSettingsResponse

type ToFontVariationSettingsResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ToFontVariationSettingsResponse) Descriptor deprecated

func (*ToFontVariationSettingsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ToFontVariationSettingsResponse.ProtoReflect.Descriptor instead.

func (*ToFontVariationSettingsResponse) GetResult

func (x *ToFontVariationSettingsResponse) GetResult() string

func (*ToFontVariationSettingsResponse) ProtoMessage

func (*ToFontVariationSettingsResponse) ProtoMessage()

func (*ToFontVariationSettingsResponse) ProtoReflect

func (*ToFontVariationSettingsResponse) Reset

func (*ToFontVariationSettingsResponse) String

type ToStringRequest

type ToStringRequest struct {
	Handle int64 `protobuf:"varint,1,opt,name=handle,proto3" json:"handle,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringRequest) Descriptor deprecated

func (*ToStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) GetHandle

func (x *ToStringRequest) GetHandle() int64

func (*ToStringRequest) ProtoMessage

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect

func (x *ToStringRequest) ProtoReflect() protoreflect.Message

func (*ToStringRequest) Reset

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String

func (x *ToStringRequest) String() string

type ToStringResponse

type ToStringResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringResponse) Descriptor deprecated

func (*ToStringResponse) Descriptor() ([]byte, []int)

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect

func (x *ToStringResponse) ProtoReflect() protoreflect.Message

func (*ToStringResponse) Reset

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String

func (x *ToStringResponse) String() string

type UnimplementedFontBuilderServiceServer

type UnimplementedFontBuilderServiceServer struct{}

UnimplementedFontBuilderServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedFontBuilderServiceServer) Build

func (UnimplementedFontBuilderServiceServer) SetSlant

func (UnimplementedFontBuilderServiceServer) SetTtcIndex

func (UnimplementedFontBuilderServiceServer) SetWeight

type UnimplementedFontFamilyBuilderServiceServer

type UnimplementedFontFamilyBuilderServiceServer struct{}

UnimplementedFontFamilyBuilderServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedFontFamilyBuilderServiceServer) AddFont

func (UnimplementedFontFamilyBuilderServiceServer) Build

func (UnimplementedFontFamilyBuilderServiceServer) BuildVariableFamily

type UnimplementedFontFamilyServiceServer

type UnimplementedFontFamilyServiceServer struct{}

UnimplementedFontFamilyServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedFontFamilyServiceServer) GetFont

func (UnimplementedFontFamilyServiceServer) GetSize

type UnimplementedFontServiceServer

type UnimplementedFontServiceServer struct{}

UnimplementedFontServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedFontServiceServer) Equals

func (UnimplementedFontServiceServer) GetAxes

func (UnimplementedFontServiceServer) GetBuffer

func (UnimplementedFontServiceServer) GetFile

func (UnimplementedFontServiceServer) GetGlyphBounds

func (UnimplementedFontServiceServer) GetLocaleList

func (UnimplementedFontServiceServer) GetMetrics

func (UnimplementedFontServiceServer) GetStyle

func (UnimplementedFontServiceServer) GetTtcIndex

func (UnimplementedFontServiceServer) HashCode

func (UnimplementedFontServiceServer) ToString

type UnimplementedFontStyleServiceServer

type UnimplementedFontStyleServiceServer struct{}

UnimplementedFontStyleServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedFontStyleServiceServer) Equals

func (UnimplementedFontStyleServiceServer) GetSlant

func (UnimplementedFontStyleServiceServer) GetWeight

func (UnimplementedFontStyleServiceServer) HashCode

func (UnimplementedFontStyleServiceServer) NewFontStyle

func (UnimplementedFontStyleServiceServer) ToString

type UnimplementedFontVariationAxisServiceServer

type UnimplementedFontVariationAxisServiceServer struct{}

UnimplementedFontVariationAxisServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedFontVariationAxisServiceServer) Equals

func (UnimplementedFontVariationAxisServiceServer) GetStyleValue

func (UnimplementedFontVariationAxisServiceServer) GetTag

func (UnimplementedFontVariationAxisServiceServer) HashCode

func (UnimplementedFontVariationAxisServiceServer) NewFontVariationAxis

func (UnimplementedFontVariationAxisServiceServer) ToString

type UnimplementedSystemFontsServiceServer

type UnimplementedSystemFontsServiceServer struct{}

UnimplementedSystemFontsServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedSystemFontsServiceServer) GetAvailableFonts

type UnsafeFontBuilderServiceServer

type UnsafeFontBuilderServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeFontBuilderServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FontBuilderServiceServer will result in compilation errors.

type UnsafeFontFamilyBuilderServiceServer

type UnsafeFontFamilyBuilderServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeFontFamilyBuilderServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FontFamilyBuilderServiceServer will result in compilation errors.

type UnsafeFontFamilyServiceServer

type UnsafeFontFamilyServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeFontFamilyServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FontFamilyServiceServer will result in compilation errors.

type UnsafeFontServiceServer

type UnsafeFontServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeFontServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FontServiceServer will result in compilation errors.

type UnsafeFontStyleServiceServer

type UnsafeFontStyleServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeFontStyleServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FontStyleServiceServer will result in compilation errors.

type UnsafeFontVariationAxisServiceServer

type UnsafeFontVariationAxisServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeFontVariationAxisServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FontVariationAxisServiceServer will result in compilation errors.

type UnsafeSystemFontsServiceServer

type UnsafeSystemFontsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSystemFontsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SystemFontsServiceServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL