Home
last modified time | relevance | path

Searched refs:textLayout (Results 1 – 25 of 1280) sorted by relevance

12345678910>>...52

/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/
H A DCoreClasses.as11 package flashx.textLayout
15 import flashx.textLayout.tlf_internal; tlf_internal;
29 import flashx.textLayout.compose.Parcel; Parcel;
30 import flashx.textLayout.compose.ParcelList; ParcelList;
32 import flashx.textLayout.compose.Slug; Slug;
44 import flashx.textLayout.debug.assert;
45 import flashx.textLayout.debug.Debugging; Debugging;
103 import flashx.textLayout.formats.Category; Category;
106 import flashx.textLayout.formats.Float; Float;
117 import flashx.textLayout.formats.Suffix; Suffix;
[all …]
H A DEditClasses.as11 package flashx.textLayout
21 import flashx.textLayout.events.SelectionEvent; SelectionEvent;
23 import flashx.textLayout.edit.EditManager; EditManager;
24 import flashx.textLayout.edit.ElementRange; ElementRange;
25 import flashx.textLayout.edit.IEditManager; IEditManager;
26 import flashx.textLayout.edit.Mark; Mark;
27 import flashx.textLayout.edit.SelectionManager; SelectionManager;
28 import flashx.textLayout.edit.ModelEdit; ModelEdit;
29 import flashx.textLayout.edit.IMemento; IMemento;
30 import flashx.textLayout.edit.ElementMark; ElementMark;
[all …]
H A DConversionClasses.as11 package flashx.textLayout
15 import flashx.textLayout.conversion.ConversionType; ConversionType;
16 import flashx.textLayout.conversion.FormatDescriptor; FormatDescriptor;
17 import flashx.textLayout.conversion.IHTMLImporter; IHTMLImporter;
18 import flashx.textLayout.conversion.IPlainTextExporter; IPlainTextExporter;
19 import flashx.textLayout.conversion.ITextImporter; ITextImporter;
20 import flashx.textLayout.conversion.ITextExporter; ITextExporter;
21 import flashx.textLayout.conversion.ITextLayoutImporter; ITextLayoutImporter;
22 import flashx.textLayout.conversion.TextConverter; TextConverter;
23 import flashx.textLayout.conversion.TextLayoutImporter; TextLayoutImporter;
/dports/x11-fm/dolphin/dolphin-21.12.3/src/views/tooltips/
H A Ddolphinfilemetadatawidget.cpp56 textLayout->addWidget(m_name); in DolphinFileMetaDataWidget()
57 textLayout->addWidget(new KSeparator()); in DolphinFileMetaDataWidget()
65 textLayout->addStretch(); in DolphinFileMetaDataWidget()
70 layout->addLayout(textLayout); in DolphinFileMetaDataWidget()
104 QTextLayout textLayout(processedName); in setName() local
105 textLayout.setFont(m_name->font()); in setName()
106 textLayout.setTextOption(textOption); in setName()
112 textLayout.beginLayout(); in setName()
113 QTextLine line = textLayout.createLine(); in setName()
118 line = textLayout.createLine(); in setName()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug551588_TextLayoutExample.java52 textLayout.setText(longString); in main()
54 sc.setContent(textLayout); in main()
57 textLayout.setSize(textLayout.computeSize(availableWidth, SWT.DEFAULT)); in main()
60 textLayout.setSize(textLayout.computeSize(availableWidthPrime, SWT.DEFAULT)); in main()
92 textLayout.setText(string); in setText()
120 textLayout.dispose(); in onDispose()
130 textLayout.draw(gc, x, y); in onPaint()
135 textLayout.setWidth(bounds.width); in onResize()
144 textLayout.setWidth(wHint); in computeSize()
145 size = textLayout.getBounds(); in computeSize()
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/operations/
H A DApplyFormatToElementOperation.as11 package flashx.textLayout.operations
13 import flashx.textLayout.debug.assert;
14 import flashx.textLayout.edit.SelectionState;
16 import flashx.textLayout.elements.FlowElement;
17 import flashx.textLayout.elements.FlowGroupElement;
19 import flashx.textLayout.elements.TextFlow;
20 import flashx.textLayout.formats.Category;
22 import flashx.textLayout.formats.TextLayoutFormat;
23 import flashx.textLayout.property.Property;
24 import flashx.textLayout.tlf_internal;
[all …]
H A DClearFormatOnElementOperation.as11 package flashx.textLayout.operations
13 import flashx.textLayout.debug.assert;
14 import flashx.textLayout.edit.SelectionState;
16 import flashx.textLayout.elements.FlowElement;
17 import flashx.textLayout.elements.FlowGroupElement;
19 import flashx.textLayout.elements.TextFlow;
20 import flashx.textLayout.formats.Category;
22 import flashx.textLayout.formats.TextLayoutFormat;
23 import flashx.textLayout.property.Property;
24 import flashx.textLayout.tlf_internal;
[all …]
H A DSplitElementOperation.as11 package flashx.textLayout.operations
15 import flashx.textLayout.edit.ElementMark;
16 import flashx.textLayout.edit.IMemento;
17 import flashx.textLayout.edit.ModelEdit;
18 import flashx.textLayout.edit.ParaEdit;
19 import flashx.textLayout.edit.SelectionState;
20 import flashx.textLayout.elements.FlowElement;
25 import flashx.textLayout.elements.SpanElement;
27 import flashx.textLayout.elements.TextFlow;
31 import flashx.textLayout.tlf_internal;
[all …]
H A DApplyElementTypeNameOperation.as11 package flashx.textLayout.operations
13 import flashx.textLayout.debug.assert;
14 import flashx.textLayout.edit.SelectionState;
16 import flashx.textLayout.elements.FlowElement;
17 import flashx.textLayout.elements.FlowGroupElement;
19 import flashx.textLayout.elements.TextFlow;
20 import flashx.textLayout.formats.ITextLayoutFormat;
21 import flashx.textLayout.formats.TextLayoutFormat;
22 import flashx.textLayout.tlf_internal;
30 * @see flashx.textLayout.edit.EditManager
[all …]
H A DApplyElementStyleNameOperation.as11 package flashx.textLayout.operations
13 import flashx.textLayout.debug.assert;
14 import flashx.textLayout.edit.SelectionState;
16 import flashx.textLayout.elements.FlowElement;
17 import flashx.textLayout.elements.FlowGroupElement;
19 import flashx.textLayout.elements.TextFlow;
20 import flashx.textLayout.formats.ITextLayoutFormat;
21 import flashx.textLayout.formats.TextLayoutFormat;
22 import flashx.textLayout.tlf_internal;
31 * @see flashx.textLayout.edit.EditManager
[all …]
H A DSplitParagraphOperation.as11 package flashx.textLayout.operations
15 import flashx.textLayout.edit.ParaEdit;
16 import flashx.textLayout.edit.SelectionState;
17 import flashx.textLayout.elements.FlowLeafElement;
18 import flashx.textLayout.elements.ParagraphElement;
19 import flashx.textLayout.elements.SpanElement;
20 import flashx.textLayout.elements.TextFlow;
21 import flashx.textLayout.formats.ITextLayoutFormat;
22 import flashx.textLayout.formats.TextLayoutFormat;
23 import flashx.textLayout.tlf_internal;
[all …]
H A DApplyElementIDOperation.as11 package flashx.textLayout.operations
13 import flashx.textLayout.debug.assert;
14 import flashx.textLayout.edit.SelectionState;
16 import flashx.textLayout.elements.FlowElement;
17 import flashx.textLayout.elements.FlowGroupElement;
19 import flashx.textLayout.elements.TextFlow;
20 import flashx.textLayout.formats.ITextLayoutFormat;
21 import flashx.textLayout.formats.TextLayoutFormat;
22 import flashx.textLayout.tlf_internal;
29 * @see flashx.textLayout.elements.FlowElement
[all …]
H A DInsertInlineGraphicOperation.as11 package flashx.textLayout.operations
13 import flashx.textLayout.edit.ElementRange;
14 import flashx.textLayout.edit.ParaEdit;
15 import flashx.textLayout.edit.PointFormat;
16 import flashx.textLayout.edit.SelectionState;
17 import flashx.textLayout.elements.FlowElement;
18 import flashx.textLayout.elements.FlowGroupElement;
19 import flashx.textLayout.elements.FlowLeafElement;
23 import flashx.textLayout.formats.TextLayoutFormat;
24 import flashx.textLayout.tlf_internal;
[all …]
H A DDeleteTextOperation.as11 package flashx.textLayout.operations
13 import flashx.textLayout.edit.IMemento;
14 import flashx.textLayout.edit.ModelEdit;
15 import flashx.textLayout.edit.PointFormat;
16 import flashx.textLayout.edit.SelectionManager;
17 import flashx.textLayout.edit.SelectionState;
18 import flashx.textLayout.edit.TextFlowEdit;
19 import flashx.textLayout.edit.TextScrap;
21 import flashx.textLayout.elements.LinkElement;
25 import flashx.textLayout.tlf_internal;
[all …]
H A DPasteOperation.as11 package flashx.textLayout.operations
13 import flashx.textLayout.conversion.ConverterBase;
14 import flashx.textLayout.edit.ModelEdit;
15 import flashx.textLayout.edit.SelectionState;
16 import flashx.textLayout.edit.TextFlowEdit;
17 import flashx.textLayout.edit.TextScrap;
18 import flashx.textLayout.elements.FlowElement;
20 import flashx.textLayout.elements.FlowLeafElement;
22 import flashx.textLayout.elements.TextFlow;
25 import flashx.textLayout.tlf_internal;
[all …]
H A DCreateDivOperation.as11 package flashx.textLayout.operations
13 import flashx.textLayout.debug.assert;
14 import flashx.textLayout.edit.ElementMark;
15 import flashx.textLayout.edit.ElementRange;
16 import flashx.textLayout.edit.IMemento;
17 import flashx.textLayout.edit.MementoList;
18 import flashx.textLayout.edit.ModelEdit;
19 import flashx.textLayout.edit.ParaEdit;
20 import flashx.textLayout.edit.SelectionState;
28 import flashx.textLayout.elements.TextFlow;
[all …]
H A DApplyTCYOperation.as11 package flashx.textLayout.operations
13 import flashx.textLayout.debug.assert;
14 import flashx.textLayout.edit.IMemento;
15 import flashx.textLayout.edit.ModelEdit;
16 import flashx.textLayout.edit.SelectionState;
17 import flashx.textLayout.edit.TextFlowEdit;
18 import flashx.textLayout.edit.TextScrap;
20 import flashx.textLayout.elements.TCYElement;
21 import flashx.textLayout.elements.TextFlow;
22 import flashx.textLayout.tlf_internal;
[all …]
H A DMoveChildrenOperation.as11 package flashx.textLayout.operations
13 import flashx.textLayout.debug.assert;
14 import flashx.textLayout.edit.MementoList;
15 import flashx.textLayout.edit.ModelEdit;
16 import flashx.textLayout.edit.SelectionState;
18 import flashx.textLayout.elements.FlowElement;
20 import flashx.textLayout.elements.ListElement;
24 import flashx.textLayout.elements.TextFlow;
27 import flashx.textLayout.tlf_internal;
34 * @see flashx.textLayout.elements.FlowElement
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/
H A DQuickAccessEntry.java145 textLayout.setFont(table.getFont()); in measure()
150 textLayout.setText(provider.getName()); in measure()
157 textLayout.setText(""); //$NON-NLS-1$ in measure()
161 textLayout.setText(element.getLabel()); in measure()
167 Rectangle textBounds = textLayout.getBounds(); in measure()
184 Rectangle rect = textLayout.getBounds(); in measure()
192 textLayout.setFont(table.getFont()); in paint()
196 textLayout.setText(provider.getName()); in paint()
207 textLayout.draw(event.gc, availableBounds.x + 1, in paint()
228 Rectangle requiredBounds = textLayout.getBounds(); in paint()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/
H A DSnippet236.java44 final TextLayout textLayout = new TextLayout(display); in main() local
45 textLayout.setText("SWT: Standard Widget Toolkit"); in main()
52 textLayout.setStyle(style1, 0, 0); textLayout.setStyle(style1, 5, 12); in main()
53 textLayout.setStyle(style2, 1, 1); textLayout.setStyle(style2, 14, 19); in main()
54 textLayout.setStyle(style3, 2, 2); textLayout.setStyle(style3, 21, 27); in main()
61 table.addListener(SWT.PaintItem, event -> textLayout.draw(event.gc, event.x, event.y)); in main()
62 final Rectangle textLayoutBounds = textLayout.getBounds(); in main()
75 textLayout.dispose(); in main()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/styles/metadata/
H A DAdvancedInheritingTextStyles.as20 * @see flashx.textLayout.formats.ITextLayoutFormat#blockProgression
38 * @see flashx.textLayout.formats.ITextLayoutFormat#breakOpportunity
51 * flashx.textLayout.formats.ITextLayoutFormat.clearFloats.</b></p>
55 * @see flashx.textLayout.formats.ITextLayoutFormat#clearFloats
90 * @see flashx.textLayout.formats.ITextLayoutFormat#leadingModel
142 * @see flashx.textLayout.formats.ITextLayoutFormat#listStyleType
223 * flashx.textLayout.formats.ITextLayoutFormat.tabStops.</b></p>
227 * @see flashx.textLayout.formats.ITextLayoutFormat#tabStops
246 * @see flashx.textLayout.formats.ITextLayoutFormat#textIndent
264 * @see flashx.textLayout.formats.ITextLayoutFormat#textRotation
[all …]
H A DBasicInheritingTextStyles.as37 * @see flashx.textLayout.formats.ITextLayoutFormat#baselineShift
54 * @see flashx.textLayout.formats.ITextLayoutFormat#cffHinting
67 * flashx.textLayout.formats.ITextLayoutFormat.color.</b></p>
74 * @see flashx.textLayout.formats.ITextLayoutFormat#color
95 * @see flashx.textLayout.formats.ITextLayoutFormat#digitCase
112 * @see flashx.textLayout.formats.ITextLayoutFormat#digitWidth
129 * @see flashx.textLayout.formats.ITextLayoutFormat#direction
170 * @see flashx.textLayout.formats.ITextLayoutFormat#fontFamily
212 * @see flashx.textLayout.formats.ITextLayoutFormat#fontSize
234 * @see flashx.textLayout.formats.ITextLayoutFormat#fontStyle
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/lib/platform/win32/direct2d/
H A Dd2dfont.cpp99 IDWriteTextLayout* textLayout = 0;
102 return textLayout;
117 IDWriteTextLayout* textLayout = createTextLayout (string);
118 if (textLayout)
123 textLayout->SetUnderline (true, range);
128 textLayout->SetStrikethrough (true, range);
140 textLayout->Release ();
152 IDWriteTextLayout* textLayout = createTextLayout (string);
153 if (textLayout)
156 if (SUCCEEDED (textLayout->GetMetrics (&textMetrics)))
[all …]
/dports/print/qpdfview/qpdfview-0.4.18/sources/
H A Dsearchitemdelegate.cpp92 QTextLayout textLayout; in paintText() local
93 textLayout.setTextOption(textOption); in paintText()
94 textLayout.setText(elidedText); in paintText()
95 textLayout.setFont(option.font); in paintText()
97 QFont font = textLayout.font(); in paintText()
99 textLayout.setFont(font); in paintText()
114 textLayout.setAdditionalFormats(additionalFormats); in paintText()
117 textLayout.beginLayout(); in paintText()
119 QTextLine textLine = textLayout.createLine(); in paintText()
128 textLayout.endLayout(); in paintText()
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/conversion/
H A DTextLayoutExporter.as11 package flashx.textLayout.conversion
15 import flashx.textLayout.debug.assert;
17 import flashx.textLayout.elements.DivElement;
18 import flashx.textLayout.elements.FlowElement;
22 import flashx.textLayout.elements.LinkElement;
23 import flashx.textLayout.elements.ListElement;
27 import flashx.textLayout.elements.TCYElement;
28 import flashx.textLayout.elements.TextFlow;
29 import flashx.textLayout.formats.FormatValue;
34 import flashx.textLayout.property.Property;
[all …]

12345678910>>...52