SelectFontFileBuilderLayoutType Enumeration

NXOpen.Display.SelectFontFileBuilder.LayoutType is an alias for NXOpen.Display.SelectFontFileBuilderLayoutType

class NXOpen.Display.SelectFontFileBuilderLayoutType

Bases: object

Identifies the text layout, which defines the direction in which glyphs advance or flow along a single line, and the direction in which lines advance or flow along a page.

Enum Members

Enum Member Enum Member Description
LeftToRight A horizontal layout in which the direction of glyph flow on each line is from left-to-right, and the direction of line flow is from top-to-bottom.
RightToLeft A horizontal layout in which the direction of glyph flow on each line is from right-to-left, and the direction of line flow is from top-to-bottom (e.g. Hebrew).
TopToBottom A vertical layout in which the direction of glyph flow on each line is from top-to-bottom, and the direction of line flow is from right-to-left (e.g. Chinese, Japanese, Korean).
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.