Home
last modified time | relevance | path

Searched refs:textJustify (Results 1 – 25 of 55) sorted by relevance

123

/dports/x11-toolkits/p5-Prima/Prima-1.63/Prima/
H A DLabel.pm29 textJustify => 0,
68 $self->textJustify($profile{textJustify});
118 my %justify = ( %{$self->textJustify}, rtl => $self->textDirection);
396 sub textJustify subroutine
398 return {%{$_[0]-> {textJustify}}} unless $#_;
404 $self->{textJustify} = \%tj;
407 $self->{textJustify}->{$_} = $h{$_} for keys %h;
/dports/x11-toolkits/p5-Prima/Prima-1.63/examples/
H A Dlabel.pl44 textJustify => 1,
60 textJustify => 1,
H A Dcv.pl36 textJustify => 1,
H A Dbidi.pl82 textJustify => { kashida => 1, min_kashida => 0 },
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/textLayout/src/flashx/textLayout/formats/
H A DTextJustify.as14 …* Defines values for setting the <code>textJustify</code> property of the TextLayoutFormat class.
23 * @see TextLayoutFormat#textJustify
H A DTextLayoutFormatInc.as886 public function get textJustify():*
888 return _format ? _format.textJustify : undefined;
890 public function set textJustify(textJustifyValue:*):void
892 writableTextLayoutFormat().textJustify = textJustifyValue;
977 … defined in the font. The minimum and maximum values are the used when textJustify is distribute t…
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/css/css-pseudo/
H A Dfirst-line-allowed-properties.html.ini2 [textJustify should be applied to first-line pseudo elements.]
H A Dfirst-letter-allowed-properties.html.ini5 [textJustify should be applied to first-letter pseudo elements.]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/css/css-pseudo/
H A Dfirst-letter-allowed-properties.html.ini2 [textJustify should be applied to first-letter pseudo elements.]
H A Dfirst-line-allowed-properties.html.ini2 [textJustify should be applied to first-line pseudo elements.]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/css/css-pseudo/
H A Dfirst-line-allowed-properties.html.ini2 [textJustify should be applied to first-line pseudo elements.]
H A Dfirst-letter-allowed-properties.html.ini5 [textJustify should be applied to first-letter pseudo elements.]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/meta/css/css-pseudo/
H A Dfirst-letter-allowed-properties.html.ini8 [textJustify should be applied to first-letter pseudo elements.]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/css/css-pseudo/
H A Dfirst-letter-property-whitelist.html.ini32 [Whitelisted property textJustify should be applied to first-letter pseudo elements.]
/dports/games/reminiscence/REminiscence-0.4.9/
H A Dcutscene.h131 …d drawText(int16_t x, int16_t y, const uint8_t *p, uint16_t color, uint8_t *page, int textJustify);
H A Dcutscene.cpp147 …:drawText(int16_t x, int16_t y, const uint8_t *p, uint16_t color, uint8_t *page, int textJustify) { in drawText() argument
148 debug(DBG_CUT, "Cutscene::drawText(x=%d, y=%d, c=%d, justify=%d)", x, y, color, textJustify); in drawText()
160 if (textJustify != kTextJustifyLeft) { in drawText()
162 if (textJustify != kTextJustifyCenter) { in drawText()
171 if (textJustify != kTextJustifyLeft) { in drawText()
178 if (textJustify != kTextJustifyLeft) { in drawText()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/typed-styles/css/
H A DBaseStyle.js.flow556 textJustify?: props.textJustify,
557 'text-justify'?: props.textJustify,
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/components/
H A DFormHeading.as107 * textJustify="interWord"
H A DLabel.as217 * textJustify="interWord"
817 var textJustify:String = getStyle("textJustify");
873 staticSpaceJustifier.letterSpacing = textJustify == "distribute";
H A DNumericStepper.as226 * textJustify="INTER_WORD"
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/
H A Ddefaults.css141 textJustify: "interWord";
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/styles/metadata/
H A DBasicInheritingTextStyles.as536 * flashx.textLayout.formats.ITextLayoutFormat.textJustify</b></p>
540 * @see flashx.textLayout.formats.ITextLayoutFormat#textJustify
547 [Style(name="textJustify", type="String", enumeration="interWord,distribute", inherit="yes")]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/skins/spark/
H A DDefaultGridItemRenderer.as95 [Exclude(name="textJustify", kind="style")]
/dports/editors/madedit/madedit-0.2.9/syntax/
H A Dsyntax_javascript.syn75 …corationNone textDecorationOverline textDecorationUnderline textIndent textJustify textJustifyTrim…
H A Dsyntax_js_html.syn82 …corationNone textDecorationOverline textDecorationUnderline textIndent textJustify textJustifyTrim…

123