textBaseLine

package
v0.0.0-...-81fcc2c Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TextBaseLine

type TextBaseLine int
const (
	// KAlphabetic
	// en: Default. The text baseline is the normal alphabetic baseline
	KAlphabetic TextBaseLine = iota

	// KTop
	// en: The text baseline is the top of the em square
	KTop

	// KHanging
	// en: The text baseline is the hanging baseline
	KHanging

	// KMiddle
	// en: The text baseline is the middle of the em square
	KMiddle

	// KIdeographic
	// en: The text baseline is the ideographic baseline
	KIdeographic

	// KBottom
	// en: The text baseline is the bottom of the bounding box
	KBottom
)

func (TextBaseLine) String

func (el TextBaseLine) String() string

func (TextBaseLine) ToType

func (el TextBaseLine) ToType(value string) TextBaseLine

Jump to

Keyboard shortcuts

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