UNPKG

@nodegui/nodegui

Version:

A cross-platform library to build native desktop apps.

14 lines (13 loc) 343 B
export declare enum TextFlag { None = 0, TextSingleLine = 256, TextDontClip = 512, TextExpandTabs = 1024, TextShowMnemonic = 2048, TextWordWrap = 4096, TextWrapAnywhere = 8192, TextHideMnemonic = 32768, TextDontPrint = 16384, TextIncludeTrailingSpaces = 134217728, TextJustificationForced = 65536 }