Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const FontBuilderService_Build_FullMethodName + const FontBuilderService_SetFontVariationSettings1_1_FullMethodName + const FontBuilderService_SetFontVariationSettings1_FullMethodName + const FontBuilderService_SetSlant_FullMethodName + const FontBuilderService_SetTtcIndex_FullMethodName + const FontBuilderService_SetWeight_FullMethodName + const FontFamilyBuilderService_AddFont_FullMethodName + const FontFamilyBuilderService_BuildVariableFamily_FullMethodName + const FontFamilyBuilderService_Build_FullMethodName + const FontFamilyService_GetFont_FullMethodName + const FontFamilyService_GetSize_FullMethodName + const FontService_Equals_FullMethodName + const FontService_GetAxes_FullMethodName + const FontService_GetBuffer_FullMethodName + const FontService_GetFile_FullMethodName + const FontService_GetGlyphBounds_FullMethodName + const FontService_GetLocaleList_FullMethodName + const FontService_GetMetrics_FullMethodName + const FontService_GetSourceIdentifier_FullMethodName + const FontService_GetStyle_FullMethodName + const FontService_GetTtcIndex_FullMethodName + const FontService_HashCode_FullMethodName + const FontService_ToString_FullMethodName + const FontStyleService_Equals_FullMethodName + const FontStyleService_GetSlant_FullMethodName + const FontStyleService_GetWeight_FullMethodName + const FontStyleService_HashCode_FullMethodName + const FontStyleService_NewFontStyle_FullMethodName + const FontStyleService_ToString_FullMethodName + const FontVariationAxisService_Equals_FullMethodName + const FontVariationAxisService_FromFontVariationSettings_FullMethodName + const FontVariationAxisService_GetStyleValue_FullMethodName + const FontVariationAxisService_GetTag_FullMethodName + const FontVariationAxisService_HashCode_FullMethodName + const FontVariationAxisService_NewFontVariationAxis_FullMethodName + const FontVariationAxisService_ToFontVariationSettings_FullMethodName + const FontVariationAxisService_ToString_FullMethodName + const SystemFontsService_GetAvailableFonts_FullMethodName + var File_proto_fonts_fonts_proto protoreflect.FileDescriptor + var FontBuilderService_ServiceDesc = grpc.ServiceDesc + var FontFamilyBuilderService_ServiceDesc = grpc.ServiceDesc + var FontFamilyService_ServiceDesc = grpc.ServiceDesc + var FontService_ServiceDesc = grpc.ServiceDesc + var FontStyleService_ServiceDesc = grpc.ServiceDesc + var FontVariationAxisService_ServiceDesc = grpc.ServiceDesc + var SystemFontsService_ServiceDesc = grpc.ServiceDesc + func RegisterFontBuilderServiceServer(s grpc.ServiceRegistrar, srv FontBuilderServiceServer) + func RegisterFontFamilyBuilderServiceServer(s grpc.ServiceRegistrar, srv FontFamilyBuilderServiceServer) + func RegisterFontFamilyServiceServer(s grpc.ServiceRegistrar, srv FontFamilyServiceServer) + func RegisterFontServiceServer(s grpc.ServiceRegistrar, srv FontServiceServer) + func RegisterFontStyleServiceServer(s grpc.ServiceRegistrar, srv FontStyleServiceServer) + func RegisterFontVariationAxisServiceServer(s grpc.ServiceRegistrar, srv FontVariationAxisServiceServer) + func RegisterSystemFontsServiceServer(s grpc.ServiceRegistrar, srv SystemFontsServiceServer) + type AddFontRequest struct + Arg0 int64 + func (*AddFontRequest) Descriptor() ([]byte, []int) + func (*AddFontRequest) ProtoMessage() + func (x *AddFontRequest) GetArg0() int64 + func (x *AddFontRequest) ProtoReflect() protoreflect.Message + func (x *AddFontRequest) Reset() + func (x *AddFontRequest) String() string + type AddFontResponse struct + Result int64 + func (*AddFontResponse) Descriptor() ([]byte, []int) + func (*AddFontResponse) ProtoMessage() + func (x *AddFontResponse) GetResult() int64 + func (x *AddFontResponse) ProtoReflect() protoreflect.Message + func (x *AddFontResponse) Reset() + func (x *AddFontResponse) String() string + type BuildRequest struct + func (*BuildRequest) Descriptor() ([]byte, []int) + func (*BuildRequest) ProtoMessage() + func (x *BuildRequest) ProtoReflect() protoreflect.Message + func (x *BuildRequest) Reset() + func (x *BuildRequest) String() string + type BuildResponse struct + Result int64 + func (*BuildResponse) Descriptor() ([]byte, []int) + func (*BuildResponse) ProtoMessage() + func (x *BuildResponse) GetResult() int64 + func (x *BuildResponse) ProtoReflect() protoreflect.Message + func (x *BuildResponse) Reset() + func (x *BuildResponse) String() string + type BuildVariableFamilyRequest struct + func (*BuildVariableFamilyRequest) Descriptor() ([]byte, []int) + func (*BuildVariableFamilyRequest) ProtoMessage() + func (x *BuildVariableFamilyRequest) ProtoReflect() protoreflect.Message + func (x *BuildVariableFamilyRequest) Reset() + func (x *BuildVariableFamilyRequest) String() string + type BuildVariableFamilyResponse struct + Result int64 + func (*BuildVariableFamilyResponse) Descriptor() ([]byte, []int) + func (*BuildVariableFamilyResponse) ProtoMessage() + func (x *BuildVariableFamilyResponse) GetResult() int64 + func (x *BuildVariableFamilyResponse) ProtoReflect() protoreflect.Message + func (x *BuildVariableFamilyResponse) Reset() + func (x *BuildVariableFamilyResponse) String() string + type EqualsRequest struct + Arg0 int64 + Handle int64 + func (*EqualsRequest) Descriptor() ([]byte, []int) + func (*EqualsRequest) ProtoMessage() + func (x *EqualsRequest) GetArg0() int64 + func (x *EqualsRequest) GetHandle() int64 + func (x *EqualsRequest) ProtoReflect() protoreflect.Message + func (x *EqualsRequest) Reset() + func (x *EqualsRequest) String() string + type EqualsResponse struct + Result bool + func (*EqualsResponse) Descriptor() ([]byte, []int) + func (*EqualsResponse) ProtoMessage() + func (x *EqualsResponse) GetResult() bool + func (x *EqualsResponse) ProtoReflect() protoreflect.Message + func (x *EqualsResponse) Reset() + func (x *EqualsResponse) String() string + type FontBuilderServiceClient interface + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) + SetFontVariationSettings1 func(ctx context.Context, in *SetFontVariationSettings1Request, ...) (*SetFontVariationSettings1Response, error) + SetFontVariationSettings1_1 func(ctx context.Context, in *SetFontVariationSettings1_1Request, ...) (*SetFontVariationSettings1_1Response, error) + SetSlant func(ctx context.Context, in *SetSlantRequest, opts ...grpc.CallOption) (*SetSlantResponse, error) + SetTtcIndex func(ctx context.Context, in *SetTtcIndexRequest, opts ...grpc.CallOption) (*SetTtcIndexResponse, error) + SetWeight func(ctx context.Context, in *SetWeightRequest, opts ...grpc.CallOption) (*SetWeightResponse, error) + func NewFontBuilderServiceClient(cc grpc.ClientConnInterface) FontBuilderServiceClient + type FontBuilderServiceServer interface + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + SetFontVariationSettings1 func(context.Context, *SetFontVariationSettings1Request) (*SetFontVariationSettings1Response, error) + SetFontVariationSettings1_1 func(context.Context, *SetFontVariationSettings1_1Request) (*SetFontVariationSettings1_1Response, error) + SetSlant func(context.Context, *SetSlantRequest) (*SetSlantResponse, error) + SetTtcIndex func(context.Context, *SetTtcIndexRequest) (*SetTtcIndexResponse, error) + SetWeight func(context.Context, *SetWeightRequest) (*SetWeightResponse, error) + type FontEqualsRequest struct + Arg0 int64 + func (*FontEqualsRequest) Descriptor() ([]byte, []int) + func (*FontEqualsRequest) ProtoMessage() + func (x *FontEqualsRequest) GetArg0() int64 + func (x *FontEqualsRequest) ProtoReflect() protoreflect.Message + func (x *FontEqualsRequest) Reset() + func (x *FontEqualsRequest) String() string + type FontFamilyBuilderServiceClient interface + AddFont func(ctx context.Context, in *AddFontRequest, opts ...grpc.CallOption) (*AddFontResponse, error) + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) + BuildVariableFamily func(ctx context.Context, in *BuildVariableFamilyRequest, opts ...grpc.CallOption) (*BuildVariableFamilyResponse, error) + func NewFontFamilyBuilderServiceClient(cc grpc.ClientConnInterface) FontFamilyBuilderServiceClient + type FontFamilyBuilderServiceServer interface + AddFont func(context.Context, *AddFontRequest) (*AddFontResponse, error) + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + BuildVariableFamily func(context.Context, *BuildVariableFamilyRequest) (*BuildVariableFamilyResponse, error) + type FontFamilyServiceClient interface + GetFont func(ctx context.Context, in *GetFontRequest, opts ...grpc.CallOption) (*GetFontResponse, error) + GetSize func(ctx context.Context, in *GetSizeRequest, opts ...grpc.CallOption) (*GetSizeResponse, error) + func NewFontFamilyServiceClient(cc grpc.ClientConnInterface) FontFamilyServiceClient + type FontFamilyServiceServer interface + GetFont func(context.Context, *GetFontRequest) (*GetFontResponse, error) + GetSize func(context.Context, *GetSizeRequest) (*GetSizeResponse, error) + type FontHashCodeRequest struct + func (*FontHashCodeRequest) Descriptor() ([]byte, []int) + func (*FontHashCodeRequest) ProtoMessage() + func (x *FontHashCodeRequest) ProtoReflect() protoreflect.Message + func (x *FontHashCodeRequest) Reset() + func (x *FontHashCodeRequest) String() string + type FontServiceClient interface + Equals func(ctx context.Context, in *FontEqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + GetAxes func(ctx context.Context, in *GetAxesRequest, opts ...grpc.CallOption) (*GetAxesResponse, error) + GetBuffer func(ctx context.Context, in *GetBufferRequest, opts ...grpc.CallOption) (*GetBufferResponse, error) + GetFile func(ctx context.Context, in *GetFileRequest, opts ...grpc.CallOption) (*GetFileResponse, error) + GetGlyphBounds func(ctx context.Context, in *GetGlyphBoundsRequest, opts ...grpc.CallOption) (*GetGlyphBoundsResponse, error) + GetLocaleList func(ctx context.Context, in *GetLocaleListRequest, opts ...grpc.CallOption) (*GetLocaleListResponse, error) + GetMetrics func(ctx context.Context, in *GetMetricsRequest, opts ...grpc.CallOption) (*GetMetricsResponse, error) + GetSourceIdentifier func(ctx context.Context, in *GetSourceIdentifierRequest, opts ...grpc.CallOption) (*GetSourceIdentifierResponse, error) + GetStyle func(ctx context.Context, in *GetStyleRequest, opts ...grpc.CallOption) (*GetStyleResponse, error) + GetTtcIndex func(ctx context.Context, in *GetTtcIndexRequest, opts ...grpc.CallOption) (*GetTtcIndexResponse, error) + HashCode func(ctx context.Context, in *FontHashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + ToString func(ctx context.Context, in *FontToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + func NewFontServiceClient(cc grpc.ClientConnInterface) FontServiceClient + type FontServiceServer interface + Equals func(context.Context, *FontEqualsRequest) (*EqualsResponse, error) + GetAxes func(context.Context, *GetAxesRequest) (*GetAxesResponse, error) + GetBuffer func(context.Context, *GetBufferRequest) (*GetBufferResponse, error) + GetFile func(context.Context, *GetFileRequest) (*GetFileResponse, error) + GetGlyphBounds func(context.Context, *GetGlyphBoundsRequest) (*GetGlyphBoundsResponse, error) + GetLocaleList func(context.Context, *GetLocaleListRequest) (*GetLocaleListResponse, error) + GetMetrics func(context.Context, *GetMetricsRequest) (*GetMetricsResponse, error) + GetSourceIdentifier func(context.Context, *GetSourceIdentifierRequest) (*GetSourceIdentifierResponse, error) + GetStyle func(context.Context, *GetStyleRequest) (*GetStyleResponse, error) + GetTtcIndex func(context.Context, *GetTtcIndexRequest) (*GetTtcIndexResponse, error) + HashCode func(context.Context, *FontHashCodeRequest) (*HashCodeResponse, error) + ToString func(context.Context, *FontToStringRequest) (*ToStringResponse, error) + type FontStyleServiceClient interface + Equals func(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + GetSlant func(ctx context.Context, in *GetSlantRequest, opts ...grpc.CallOption) (*GetSlantResponse, error) + GetWeight func(ctx context.Context, in *GetWeightRequest, opts ...grpc.CallOption) (*GetWeightResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + NewFontStyle func(ctx context.Context, in *NewFontStyleRequest, opts ...grpc.CallOption) (*NewFontStyleResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + func NewFontStyleServiceClient(cc grpc.ClientConnInterface) FontStyleServiceClient + type FontStyleServiceServer interface + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + GetSlant func(context.Context, *GetSlantRequest) (*GetSlantResponse, error) + GetWeight func(context.Context, *GetWeightRequest) (*GetWeightResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + NewFontStyle func(context.Context, *NewFontStyleRequest) (*NewFontStyleResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + type FontToStringRequest struct + func (*FontToStringRequest) Descriptor() ([]byte, []int) + func (*FontToStringRequest) ProtoMessage() + func (x *FontToStringRequest) ProtoReflect() protoreflect.Message + func (x *FontToStringRequest) Reset() + func (x *FontToStringRequest) String() string + type FontVariationAxisServiceClient interface + Equals func(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + FromFontVariationSettings func(ctx context.Context, in *FromFontVariationSettingsRequest, ...) (*FromFontVariationSettingsResponse, error) + GetStyleValue func(ctx context.Context, in *GetStyleValueRequest, opts ...grpc.CallOption) (*GetStyleValueResponse, error) + GetTag func(ctx context.Context, in *GetTagRequest, opts ...grpc.CallOption) (*GetTagResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + NewFontVariationAxis func(ctx context.Context, in *NewFontVariationAxisRequest, opts ...grpc.CallOption) (*NewFontVariationAxisResponse, error) + ToFontVariationSettings func(ctx context.Context, in *ToFontVariationSettingsRequest, ...) (*ToFontVariationSettingsResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + func NewFontVariationAxisServiceClient(cc grpc.ClientConnInterface) FontVariationAxisServiceClient + type FontVariationAxisServiceServer interface + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + FromFontVariationSettings func(context.Context, *FromFontVariationSettingsRequest) (*FromFontVariationSettingsResponse, error) + GetStyleValue func(context.Context, *GetStyleValueRequest) (*GetStyleValueResponse, error) + GetTag func(context.Context, *GetTagRequest) (*GetTagResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + NewFontVariationAxis func(context.Context, *NewFontVariationAxisRequest) (*NewFontVariationAxisResponse, error) + ToFontVariationSettings func(context.Context, *ToFontVariationSettingsRequest) (*ToFontVariationSettingsResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + type FromFontVariationSettingsRequest struct + Arg0 string + Handle int64 + func (*FromFontVariationSettingsRequest) Descriptor() ([]byte, []int) + func (*FromFontVariationSettingsRequest) ProtoMessage() + func (x *FromFontVariationSettingsRequest) GetArg0() string + func (x *FromFontVariationSettingsRequest) GetHandle() int64 + func (x *FromFontVariationSettingsRequest) ProtoReflect() protoreflect.Message + func (x *FromFontVariationSettingsRequest) Reset() + func (x *FromFontVariationSettingsRequest) String() string + type FromFontVariationSettingsResponse struct + Result int64 + func (*FromFontVariationSettingsResponse) Descriptor() ([]byte, []int) + func (*FromFontVariationSettingsResponse) ProtoMessage() + func (x *FromFontVariationSettingsResponse) GetResult() int64 + func (x *FromFontVariationSettingsResponse) ProtoReflect() protoreflect.Message + func (x *FromFontVariationSettingsResponse) Reset() + func (x *FromFontVariationSettingsResponse) String() string + type GetAvailableFontsRequest struct + func (*GetAvailableFontsRequest) Descriptor() ([]byte, []int) + func (*GetAvailableFontsRequest) ProtoMessage() + func (x *GetAvailableFontsRequest) ProtoReflect() protoreflect.Message + func (x *GetAvailableFontsRequest) Reset() + func (x *GetAvailableFontsRequest) String() string + type GetAvailableFontsResponse struct + Result int64 + func (*GetAvailableFontsResponse) Descriptor() ([]byte, []int) + func (*GetAvailableFontsResponse) ProtoMessage() + func (x *GetAvailableFontsResponse) GetResult() int64 + func (x *GetAvailableFontsResponse) ProtoReflect() protoreflect.Message + func (x *GetAvailableFontsResponse) Reset() + func (x *GetAvailableFontsResponse) String() string + type GetAxesRequest struct + func (*GetAxesRequest) Descriptor() ([]byte, []int) + func (*GetAxesRequest) ProtoMessage() + func (x *GetAxesRequest) ProtoReflect() protoreflect.Message + func (x *GetAxesRequest) Reset() + func (x *GetAxesRequest) String() string + type GetAxesResponse struct + Result int64 + func (*GetAxesResponse) Descriptor() ([]byte, []int) + func (*GetAxesResponse) ProtoMessage() + func (x *GetAxesResponse) GetResult() int64 + func (x *GetAxesResponse) ProtoReflect() protoreflect.Message + func (x *GetAxesResponse) Reset() + func (x *GetAxesResponse) String() string + type GetBufferRequest struct + func (*GetBufferRequest) Descriptor() ([]byte, []int) + func (*GetBufferRequest) ProtoMessage() + func (x *GetBufferRequest) ProtoReflect() protoreflect.Message + func (x *GetBufferRequest) Reset() + func (x *GetBufferRequest) String() string + type GetBufferResponse struct + Result int64 + func (*GetBufferResponse) Descriptor() ([]byte, []int) + func (*GetBufferResponse) ProtoMessage() + func (x *GetBufferResponse) GetResult() int64 + func (x *GetBufferResponse) ProtoReflect() protoreflect.Message + func (x *GetBufferResponse) Reset() + func (x *GetBufferResponse) String() string + type GetFileRequest struct + func (*GetFileRequest) Descriptor() ([]byte, []int) + func (*GetFileRequest) ProtoMessage() + func (x *GetFileRequest) ProtoReflect() protoreflect.Message + func (x *GetFileRequest) Reset() + func (x *GetFileRequest) String() string + type GetFileResponse struct + Result int64 + func (*GetFileResponse) Descriptor() ([]byte, []int) + func (*GetFileResponse) ProtoMessage() + func (x *GetFileResponse) GetResult() int64 + func (x *GetFileResponse) ProtoReflect() protoreflect.Message + func (x *GetFileResponse) Reset() + func (x *GetFileResponse) String() string + type GetFontRequest struct + Arg0 int32 + func (*GetFontRequest) Descriptor() ([]byte, []int) + func (*GetFontRequest) ProtoMessage() + func (x *GetFontRequest) GetArg0() int32 + func (x *GetFontRequest) ProtoReflect() protoreflect.Message + func (x *GetFontRequest) Reset() + func (x *GetFontRequest) String() string + type GetFontResponse struct + Result int64 + func (*GetFontResponse) Descriptor() ([]byte, []int) + func (*GetFontResponse) ProtoMessage() + func (x *GetFontResponse) GetResult() int64 + func (x *GetFontResponse) ProtoReflect() protoreflect.Message + func (x *GetFontResponse) Reset() + func (x *GetFontResponse) String() string + type GetGlyphBoundsRequest struct + Arg0 int32 + Arg1 int64 + Arg2 int64 + func (*GetGlyphBoundsRequest) Descriptor() ([]byte, []int) + func (*GetGlyphBoundsRequest) ProtoMessage() + func (x *GetGlyphBoundsRequest) GetArg0() int32 + func (x *GetGlyphBoundsRequest) GetArg1() int64 + func (x *GetGlyphBoundsRequest) GetArg2() int64 + func (x *GetGlyphBoundsRequest) ProtoReflect() protoreflect.Message + func (x *GetGlyphBoundsRequest) Reset() + func (x *GetGlyphBoundsRequest) String() string + type GetGlyphBoundsResponse struct + Result float32 + func (*GetGlyphBoundsResponse) Descriptor() ([]byte, []int) + func (*GetGlyphBoundsResponse) ProtoMessage() + func (x *GetGlyphBoundsResponse) GetResult() float32 + func (x *GetGlyphBoundsResponse) ProtoReflect() protoreflect.Message + func (x *GetGlyphBoundsResponse) Reset() + func (x *GetGlyphBoundsResponse) String() string + type GetLocaleListRequest struct + func (*GetLocaleListRequest) Descriptor() ([]byte, []int) + func (*GetLocaleListRequest) ProtoMessage() + func (x *GetLocaleListRequest) ProtoReflect() protoreflect.Message + func (x *GetLocaleListRequest) Reset() + func (x *GetLocaleListRequest) String() string + type GetLocaleListResponse struct + Result int64 + func (*GetLocaleListResponse) Descriptor() ([]byte, []int) + func (*GetLocaleListResponse) ProtoMessage() + func (x *GetLocaleListResponse) GetResult() int64 + func (x *GetLocaleListResponse) ProtoReflect() protoreflect.Message + func (x *GetLocaleListResponse) Reset() + func (x *GetLocaleListResponse) String() string + type GetMetricsRequest struct + Arg0 int64 + Arg1 int64 + func (*GetMetricsRequest) Descriptor() ([]byte, []int) + func (*GetMetricsRequest) ProtoMessage() + func (x *GetMetricsRequest) GetArg0() int64 + func (x *GetMetricsRequest) GetArg1() int64 + func (x *GetMetricsRequest) ProtoReflect() protoreflect.Message + func (x *GetMetricsRequest) Reset() + func (x *GetMetricsRequest) String() string + type GetMetricsResponse struct + func (*GetMetricsResponse) Descriptor() ([]byte, []int) + func (*GetMetricsResponse) ProtoMessage() + func (x *GetMetricsResponse) ProtoReflect() protoreflect.Message + func (x *GetMetricsResponse) Reset() + func (x *GetMetricsResponse) String() string + type GetSizeRequest struct + func (*GetSizeRequest) Descriptor() ([]byte, []int) + func (*GetSizeRequest) ProtoMessage() + func (x *GetSizeRequest) ProtoReflect() protoreflect.Message + func (x *GetSizeRequest) Reset() + func (x *GetSizeRequest) String() string + type GetSizeResponse struct + Result int32 + func (*GetSizeResponse) Descriptor() ([]byte, []int) + func (*GetSizeResponse) ProtoMessage() + func (x *GetSizeResponse) GetResult() int32 + func (x *GetSizeResponse) ProtoReflect() protoreflect.Message + func (x *GetSizeResponse) Reset() + func (x *GetSizeResponse) String() string + type GetSlantRequest struct + Handle int64 + func (*GetSlantRequest) Descriptor() ([]byte, []int) + func (*GetSlantRequest) ProtoMessage() + func (x *GetSlantRequest) GetHandle() int64 + func (x *GetSlantRequest) ProtoReflect() protoreflect.Message + func (x *GetSlantRequest) Reset() + func (x *GetSlantRequest) String() string + type GetSlantResponse struct + Result int32 + func (*GetSlantResponse) Descriptor() ([]byte, []int) + func (*GetSlantResponse) ProtoMessage() + func (x *GetSlantResponse) GetResult() int32 + func (x *GetSlantResponse) ProtoReflect() protoreflect.Message + func (x *GetSlantResponse) Reset() + func (x *GetSlantResponse) String() string + type GetSourceIdentifierRequest struct + func (*GetSourceIdentifierRequest) Descriptor() ([]byte, []int) + func (*GetSourceIdentifierRequest) ProtoMessage() + func (x *GetSourceIdentifierRequest) ProtoReflect() protoreflect.Message + func (x *GetSourceIdentifierRequest) Reset() + func (x *GetSourceIdentifierRequest) String() string + type GetSourceIdentifierResponse struct + Result int32 + func (*GetSourceIdentifierResponse) Descriptor() ([]byte, []int) + func (*GetSourceIdentifierResponse) ProtoMessage() + func (x *GetSourceIdentifierResponse) GetResult() int32 + func (x *GetSourceIdentifierResponse) ProtoReflect() protoreflect.Message + func (x *GetSourceIdentifierResponse) Reset() + func (x *GetSourceIdentifierResponse) String() string + type GetStyleRequest struct + func (*GetStyleRequest) Descriptor() ([]byte, []int) + func (*GetStyleRequest) ProtoMessage() + func (x *GetStyleRequest) ProtoReflect() protoreflect.Message + func (x *GetStyleRequest) Reset() + func (x *GetStyleRequest) String() string + type GetStyleResponse struct + Result int64 + func (*GetStyleResponse) Descriptor() ([]byte, []int) + func (*GetStyleResponse) ProtoMessage() + func (x *GetStyleResponse) GetResult() int64 + func (x *GetStyleResponse) ProtoReflect() protoreflect.Message + func (x *GetStyleResponse) Reset() + func (x *GetStyleResponse) String() string + type GetStyleValueRequest struct + Handle int64 + func (*GetStyleValueRequest) Descriptor() ([]byte, []int) + func (*GetStyleValueRequest) ProtoMessage() + func (x *GetStyleValueRequest) GetHandle() int64 + func (x *GetStyleValueRequest) ProtoReflect() protoreflect.Message + func (x *GetStyleValueRequest) Reset() + func (x *GetStyleValueRequest) String() string + type GetStyleValueResponse struct + Result float32 + func (*GetStyleValueResponse) Descriptor() ([]byte, []int) + func (*GetStyleValueResponse) ProtoMessage() + func (x *GetStyleValueResponse) GetResult() float32 + func (x *GetStyleValueResponse) ProtoReflect() protoreflect.Message + func (x *GetStyleValueResponse) Reset() + func (x *GetStyleValueResponse) String() string + type GetTagRequest struct + Handle int64 + func (*GetTagRequest) Descriptor() ([]byte, []int) + func (*GetTagRequest) ProtoMessage() + func (x *GetTagRequest) GetHandle() int64 + func (x *GetTagRequest) ProtoReflect() protoreflect.Message + func (x *GetTagRequest) Reset() + func (x *GetTagRequest) String() string + type GetTagResponse struct + Result string + func (*GetTagResponse) Descriptor() ([]byte, []int) + func (*GetTagResponse) ProtoMessage() + func (x *GetTagResponse) GetResult() string + func (x *GetTagResponse) ProtoReflect() protoreflect.Message + func (x *GetTagResponse) Reset() + func (x *GetTagResponse) String() string + type GetTtcIndexRequest struct + func (*GetTtcIndexRequest) Descriptor() ([]byte, []int) + func (*GetTtcIndexRequest) ProtoMessage() + func (x *GetTtcIndexRequest) ProtoReflect() protoreflect.Message + func (x *GetTtcIndexRequest) Reset() + func (x *GetTtcIndexRequest) String() string + type GetTtcIndexResponse struct + Result int32 + func (*GetTtcIndexResponse) Descriptor() ([]byte, []int) + func (*GetTtcIndexResponse) ProtoMessage() + func (x *GetTtcIndexResponse) GetResult() int32 + func (x *GetTtcIndexResponse) ProtoReflect() protoreflect.Message + func (x *GetTtcIndexResponse) Reset() + func (x *GetTtcIndexResponse) String() string + type GetWeightRequest struct + Handle int64 + func (*GetWeightRequest) Descriptor() ([]byte, []int) + func (*GetWeightRequest) ProtoMessage() + func (x *GetWeightRequest) GetHandle() int64 + func (x *GetWeightRequest) ProtoReflect() protoreflect.Message + func (x *GetWeightRequest) Reset() + func (x *GetWeightRequest) String() string + type GetWeightResponse struct + Result int32 + func (*GetWeightResponse) Descriptor() ([]byte, []int) + func (*GetWeightResponse) ProtoMessage() + func (x *GetWeightResponse) GetResult() int32 + func (x *GetWeightResponse) ProtoReflect() protoreflect.Message + func (x *GetWeightResponse) Reset() + func (x *GetWeightResponse) String() string + type HashCodeRequest struct + Handle int64 + func (*HashCodeRequest) Descriptor() ([]byte, []int) + func (*HashCodeRequest) ProtoMessage() + func (x *HashCodeRequest) GetHandle() int64 + func (x *HashCodeRequest) ProtoReflect() protoreflect.Message + func (x *HashCodeRequest) Reset() + func (x *HashCodeRequest) String() string + type HashCodeResponse struct + Result int32 + func (*HashCodeResponse) Descriptor() ([]byte, []int) + func (*HashCodeResponse) ProtoMessage() + func (x *HashCodeResponse) GetResult() int32 + func (x *HashCodeResponse) ProtoReflect() protoreflect.Message + func (x *HashCodeResponse) Reset() + func (x *HashCodeResponse) String() string + type NewFontStyleRequest struct + func (*NewFontStyleRequest) Descriptor() ([]byte, []int) + func (*NewFontStyleRequest) ProtoMessage() + func (x *NewFontStyleRequest) ProtoReflect() protoreflect.Message + func (x *NewFontStyleRequest) Reset() + func (x *NewFontStyleRequest) String() string + type NewFontStyleResponse struct + Result int64 + func (*NewFontStyleResponse) Descriptor() ([]byte, []int) + func (*NewFontStyleResponse) ProtoMessage() + func (x *NewFontStyleResponse) GetResult() int64 + func (x *NewFontStyleResponse) ProtoReflect() protoreflect.Message + func (x *NewFontStyleResponse) Reset() + func (x *NewFontStyleResponse) String() string + type NewFontVariationAxisRequest struct + Arg0 string + Arg1 float32 + func (*NewFontVariationAxisRequest) Descriptor() ([]byte, []int) + func (*NewFontVariationAxisRequest) ProtoMessage() + func (x *NewFontVariationAxisRequest) GetArg0() string + func (x *NewFontVariationAxisRequest) GetArg1() float32 + func (x *NewFontVariationAxisRequest) ProtoReflect() protoreflect.Message + func (x *NewFontVariationAxisRequest) Reset() + func (x *NewFontVariationAxisRequest) String() string + type NewFontVariationAxisResponse struct + Result int64 + func (*NewFontVariationAxisResponse) Descriptor() ([]byte, []int) + func (*NewFontVariationAxisResponse) ProtoMessage() + func (x *NewFontVariationAxisResponse) GetResult() int64 + func (x *NewFontVariationAxisResponse) ProtoReflect() protoreflect.Message + func (x *NewFontVariationAxisResponse) Reset() + func (x *NewFontVariationAxisResponse) String() string + type SetFontVariationSettings1Request struct + Arg0 int64 + func (*SetFontVariationSettings1Request) Descriptor() ([]byte, []int) + func (*SetFontVariationSettings1Request) ProtoMessage() + func (x *SetFontVariationSettings1Request) GetArg0() int64 + func (x *SetFontVariationSettings1Request) ProtoReflect() protoreflect.Message + func (x *SetFontVariationSettings1Request) Reset() + func (x *SetFontVariationSettings1Request) String() string + type SetFontVariationSettings1Response struct + Result int64 + func (*SetFontVariationSettings1Response) Descriptor() ([]byte, []int) + func (*SetFontVariationSettings1Response) ProtoMessage() + func (x *SetFontVariationSettings1Response) GetResult() int64 + func (x *SetFontVariationSettings1Response) ProtoReflect() protoreflect.Message + func (x *SetFontVariationSettings1Response) Reset() + func (x *SetFontVariationSettings1Response) String() string + type SetFontVariationSettings1_1Request struct + Arg0 string + func (*SetFontVariationSettings1_1Request) Descriptor() ([]byte, []int) + func (*SetFontVariationSettings1_1Request) ProtoMessage() + func (x *SetFontVariationSettings1_1Request) GetArg0() string + func (x *SetFontVariationSettings1_1Request) ProtoReflect() protoreflect.Message + func (x *SetFontVariationSettings1_1Request) Reset() + func (x *SetFontVariationSettings1_1Request) String() string + type SetFontVariationSettings1_1Response struct + Result int64 + func (*SetFontVariationSettings1_1Response) Descriptor() ([]byte, []int) + func (*SetFontVariationSettings1_1Response) ProtoMessage() + func (x *SetFontVariationSettings1_1Response) GetResult() int64 + func (x *SetFontVariationSettings1_1Response) ProtoReflect() protoreflect.Message + func (x *SetFontVariationSettings1_1Response) Reset() + func (x *SetFontVariationSettings1_1Response) String() string + type SetSlantRequest struct + Arg0 int32 + func (*SetSlantRequest) Descriptor() ([]byte, []int) + func (*SetSlantRequest) ProtoMessage() + func (x *SetSlantRequest) GetArg0() int32 + func (x *SetSlantRequest) ProtoReflect() protoreflect.Message + func (x *SetSlantRequest) Reset() + func (x *SetSlantRequest) String() string + type SetSlantResponse struct + Result int64 + func (*SetSlantResponse) Descriptor() ([]byte, []int) + func (*SetSlantResponse) ProtoMessage() + func (x *SetSlantResponse) GetResult() int64 + func (x *SetSlantResponse) ProtoReflect() protoreflect.Message + func (x *SetSlantResponse) Reset() + func (x *SetSlantResponse) String() string + type SetTtcIndexRequest struct + Arg0 int32 + func (*SetTtcIndexRequest) Descriptor() ([]byte, []int) + func (*SetTtcIndexRequest) ProtoMessage() + func (x *SetTtcIndexRequest) GetArg0() int32 + func (x *SetTtcIndexRequest) ProtoReflect() protoreflect.Message + func (x *SetTtcIndexRequest) Reset() + func (x *SetTtcIndexRequest) String() string + type SetTtcIndexResponse struct + Result int64 + func (*SetTtcIndexResponse) Descriptor() ([]byte, []int) + func (*SetTtcIndexResponse) ProtoMessage() + func (x *SetTtcIndexResponse) GetResult() int64 + func (x *SetTtcIndexResponse) ProtoReflect() protoreflect.Message + func (x *SetTtcIndexResponse) Reset() + func (x *SetTtcIndexResponse) String() string + type SetWeightRequest struct + Arg0 int32 + func (*SetWeightRequest) Descriptor() ([]byte, []int) + func (*SetWeightRequest) ProtoMessage() + func (x *SetWeightRequest) GetArg0() int32 + func (x *SetWeightRequest) ProtoReflect() protoreflect.Message + func (x *SetWeightRequest) Reset() + func (x *SetWeightRequest) String() string + type SetWeightResponse struct + Result int64 + func (*SetWeightResponse) Descriptor() ([]byte, []int) + func (*SetWeightResponse) ProtoMessage() + func (x *SetWeightResponse) GetResult() int64 + func (x *SetWeightResponse) ProtoReflect() protoreflect.Message + func (x *SetWeightResponse) Reset() + func (x *SetWeightResponse) String() string + type SystemFontsServiceClient interface + GetAvailableFonts func(ctx context.Context, in *GetAvailableFontsRequest, opts ...grpc.CallOption) (*GetAvailableFontsResponse, error) + func NewSystemFontsServiceClient(cc grpc.ClientConnInterface) SystemFontsServiceClient + type SystemFontsServiceServer interface + GetAvailableFonts func(context.Context, *GetAvailableFontsRequest) (*GetAvailableFontsResponse, error) + type ToFontVariationSettingsRequest struct + Arg0 int64 + Handle int64 + func (*ToFontVariationSettingsRequest) Descriptor() ([]byte, []int) + func (*ToFontVariationSettingsRequest) ProtoMessage() + func (x *ToFontVariationSettingsRequest) GetArg0() int64 + func (x *ToFontVariationSettingsRequest) GetHandle() int64 + func (x *ToFontVariationSettingsRequest) ProtoReflect() protoreflect.Message + func (x *ToFontVariationSettingsRequest) Reset() + func (x *ToFontVariationSettingsRequest) String() string + type ToFontVariationSettingsResponse struct + Result string + func (*ToFontVariationSettingsResponse) Descriptor() ([]byte, []int) + func (*ToFontVariationSettingsResponse) ProtoMessage() + func (x *ToFontVariationSettingsResponse) GetResult() string + func (x *ToFontVariationSettingsResponse) ProtoReflect() protoreflect.Message + func (x *ToFontVariationSettingsResponse) Reset() + func (x *ToFontVariationSettingsResponse) String() string + type ToStringRequest struct + Handle int64 + func (*ToStringRequest) Descriptor() ([]byte, []int) + func (*ToStringRequest) ProtoMessage() + func (x *ToStringRequest) GetHandle() int64 + func (x *ToStringRequest) ProtoReflect() protoreflect.Message + func (x *ToStringRequest) Reset() + func (x *ToStringRequest) String() string + type ToStringResponse struct + Result string + func (*ToStringResponse) Descriptor() ([]byte, []int) + func (*ToStringResponse) ProtoMessage() + func (x *ToStringResponse) GetResult() string + func (x *ToStringResponse) ProtoReflect() protoreflect.Message + func (x *ToStringResponse) Reset() + func (x *ToStringResponse) String() string + type UnimplementedFontBuilderServiceServer struct + func (UnimplementedFontBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + func (UnimplementedFontBuilderServiceServer) SetFontVariationSettings1(context.Context, *SetFontVariationSettings1Request) (*SetFontVariationSettings1Response, error) + func (UnimplementedFontBuilderServiceServer) SetFontVariationSettings1_1(context.Context, *SetFontVariationSettings1_1Request) (*SetFontVariationSettings1_1Response, error) + func (UnimplementedFontBuilderServiceServer) SetSlant(context.Context, *SetSlantRequest) (*SetSlantResponse, error) + func (UnimplementedFontBuilderServiceServer) SetTtcIndex(context.Context, *SetTtcIndexRequest) (*SetTtcIndexResponse, error) + func (UnimplementedFontBuilderServiceServer) SetWeight(context.Context, *SetWeightRequest) (*SetWeightResponse, error) + type UnimplementedFontFamilyBuilderServiceServer struct + func (UnimplementedFontFamilyBuilderServiceServer) AddFont(context.Context, *AddFontRequest) (*AddFontResponse, error) + func (UnimplementedFontFamilyBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + func (UnimplementedFontFamilyBuilderServiceServer) BuildVariableFamily(context.Context, *BuildVariableFamilyRequest) (*BuildVariableFamilyResponse, error) + type UnimplementedFontFamilyServiceServer struct + func (UnimplementedFontFamilyServiceServer) GetFont(context.Context, *GetFontRequest) (*GetFontResponse, error) + func (UnimplementedFontFamilyServiceServer) GetSize(context.Context, *GetSizeRequest) (*GetSizeResponse, error) + type UnimplementedFontServiceServer struct + func (UnimplementedFontServiceServer) Equals(context.Context, *FontEqualsRequest) (*EqualsResponse, error) + func (UnimplementedFontServiceServer) GetAxes(context.Context, *GetAxesRequest) (*GetAxesResponse, error) + func (UnimplementedFontServiceServer) GetBuffer(context.Context, *GetBufferRequest) (*GetBufferResponse, error) + func (UnimplementedFontServiceServer) GetFile(context.Context, *GetFileRequest) (*GetFileResponse, error) + func (UnimplementedFontServiceServer) GetGlyphBounds(context.Context, *GetGlyphBoundsRequest) (*GetGlyphBoundsResponse, error) + func (UnimplementedFontServiceServer) GetLocaleList(context.Context, *GetLocaleListRequest) (*GetLocaleListResponse, error) + func (UnimplementedFontServiceServer) GetMetrics(context.Context, *GetMetricsRequest) (*GetMetricsResponse, error) + func (UnimplementedFontServiceServer) GetSourceIdentifier(context.Context, *GetSourceIdentifierRequest) (*GetSourceIdentifierResponse, error) + func (UnimplementedFontServiceServer) GetStyle(context.Context, *GetStyleRequest) (*GetStyleResponse, error) + func (UnimplementedFontServiceServer) GetTtcIndex(context.Context, *GetTtcIndexRequest) (*GetTtcIndexResponse, error) + func (UnimplementedFontServiceServer) HashCode(context.Context, *FontHashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedFontServiceServer) ToString(context.Context, *FontToStringRequest) (*ToStringResponse, error) + type UnimplementedFontStyleServiceServer struct + func (UnimplementedFontStyleServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedFontStyleServiceServer) GetSlant(context.Context, *GetSlantRequest) (*GetSlantResponse, error) + func (UnimplementedFontStyleServiceServer) GetWeight(context.Context, *GetWeightRequest) (*GetWeightResponse, error) + func (UnimplementedFontStyleServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedFontStyleServiceServer) NewFontStyle(context.Context, *NewFontStyleRequest) (*NewFontStyleResponse, error) + func (UnimplementedFontStyleServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + type UnimplementedFontVariationAxisServiceServer struct + func (UnimplementedFontVariationAxisServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedFontVariationAxisServiceServer) FromFontVariationSettings(context.Context, *FromFontVariationSettingsRequest) (*FromFontVariationSettingsResponse, error) + func (UnimplementedFontVariationAxisServiceServer) GetStyleValue(context.Context, *GetStyleValueRequest) (*GetStyleValueResponse, error) + func (UnimplementedFontVariationAxisServiceServer) GetTag(context.Context, *GetTagRequest) (*GetTagResponse, error) + func (UnimplementedFontVariationAxisServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedFontVariationAxisServiceServer) NewFontVariationAxis(context.Context, *NewFontVariationAxisRequest) (*NewFontVariationAxisResponse, error) + func (UnimplementedFontVariationAxisServiceServer) ToFontVariationSettings(context.Context, *ToFontVariationSettingsRequest) (*ToFontVariationSettingsResponse, error) + func (UnimplementedFontVariationAxisServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + type UnimplementedSystemFontsServiceServer struct + func (UnimplementedSystemFontsServiceServer) GetAvailableFonts(context.Context, *GetAvailableFontsRequest) (*GetAvailableFontsResponse, error) + type UnsafeFontBuilderServiceServer interface + type UnsafeFontFamilyBuilderServiceServer interface + type UnsafeFontFamilyServiceServer interface + type UnsafeFontServiceServer interface + type UnsafeFontStyleServiceServer interface + type UnsafeFontVariationAxisServiceServer interface + type UnsafeSystemFontsServiceServer interface