Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type FontBuilderClient struct + func NewFontBuilderClient(cc grpc.ClientConnInterface) *FontBuilderClient + func (c *FontBuilderClient) Build(ctx context.Context) (int64, error) + func (c *FontBuilderClient) SetFontVariationSettings1(ctx context.Context, arg0 int64) (int64, error) + func (c *FontBuilderClient) SetFontVariationSettings1_1(ctx context.Context, arg0 string) (int64, error) + func (c *FontBuilderClient) SetSlant(ctx context.Context, arg0 int32) (int64, error) + func (c *FontBuilderClient) SetTtcIndex(ctx context.Context, arg0 int32) (int64, error) + func (c *FontBuilderClient) SetWeight(ctx context.Context, arg0 int32) (int64, error) + type FontClient struct + func NewFontClient(cc grpc.ClientConnInterface) *FontClient + func (c *FontClient) Equals(ctx context.Context, arg0 int64) (bool, error) + func (c *FontClient) GetAxes(ctx context.Context) (int64, error) + func (c *FontClient) GetBuffer(ctx context.Context) (int64, error) + func (c *FontClient) GetFile(ctx context.Context) (int64, error) + func (c *FontClient) GetGlyphBounds(ctx context.Context, arg0 int32, arg1 int64, arg2 int64) (float32, error) + func (c *FontClient) GetLocaleList(ctx context.Context) (int64, error) + func (c *FontClient) GetMetrics(ctx context.Context, arg0 int64, arg1 int64) error + func (c *FontClient) GetSourceIdentifier(ctx context.Context) (int32, error) + func (c *FontClient) GetStyle(ctx context.Context) (int64, error) + func (c *FontClient) GetTtcIndex(ctx context.Context) (int32, error) + func (c *FontClient) HashCode(ctx context.Context) (int32, error) + func (c *FontClient) ToString(ctx context.Context) (string, error) + type FontFamilyBuilderClient struct + func NewFontFamilyBuilderClient(cc grpc.ClientConnInterface) *FontFamilyBuilderClient + func (c *FontFamilyBuilderClient) AddFont(ctx context.Context, arg0 int64) (int64, error) + func (c *FontFamilyBuilderClient) Build(ctx context.Context) (int64, error) + func (c *FontFamilyBuilderClient) BuildVariableFamily(ctx context.Context) (int64, error) + type FontFamilyClient struct + func NewFontFamilyClient(cc grpc.ClientConnInterface) *FontFamilyClient + func (c *FontFamilyClient) GetFont(ctx context.Context, arg0 int32) (int64, error) + func (c *FontFamilyClient) GetSize(ctx context.Context) (int32, error) + type FontStyleClient struct + func NewFontStyleClient(cc grpc.ClientConnInterface) *FontStyleClient + func (c *FontStyleClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *FontStyleClient) GetSlant(ctx context.Context, handle int64) (int32, error) + func (c *FontStyleClient) GetWeight(ctx context.Context, handle int64) (int32, error) + func (c *FontStyleClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *FontStyleClient) ToString(ctx context.Context, handle int64) (string, error) + type FontVariationAxisClient struct + func NewFontVariationAxisClient(cc grpc.ClientConnInterface) *FontVariationAxisClient + func (c *FontVariationAxisClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *FontVariationAxisClient) FromFontVariationSettings(ctx context.Context, handle int64, arg0 string) (int64, error) + func (c *FontVariationAxisClient) GetStyleValue(ctx context.Context, handle int64) (float32, error) + func (c *FontVariationAxisClient) GetTag(ctx context.Context, handle int64) (string, error) + func (c *FontVariationAxisClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *FontVariationAxisClient) ToFontVariationSettings(ctx context.Context, handle int64, arg0 int64) (string, error) + func (c *FontVariationAxisClient) ToString(ctx context.Context, handle int64) (string, error) + type SystemFontsClient struct + func NewSystemFontsClient(cc grpc.ClientConnInterface) *SystemFontsClient + func (c *SystemFontsClient) GetAvailableFonts(ctx context.Context) (int64, error)