Skip to content

Commit

Permalink
deploy: 9d2f7a4
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Jul 8, 2023
1 parent dadc93b commit 4de4b4e
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 23 deletions.
5 changes: 3 additions & 2 deletions cosmic_text/enum.Align.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cosmic_text/enum.Wrap.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cosmic_text/struct.ShapeLine.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
pub rtl: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.bool.html">bool</a>,
pub spans: <a class="struct" href="https://doc.rust-lang.org/1.70.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.ShapeSpan.html" title="struct cosmic_text::ShapeSpan">ShapeSpan</a>&gt;,
}</code></pre><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>A shaped line (or paragraph)</p>
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.rtl" class="structfield small-section-header"><a href="#structfield.rtl" class="anchor field">§</a><code>rtl: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.bool.html">bool</a></code></span><span id="structfield.spans" class="structfield small-section-header"><a href="#structfield.spans" class="anchor field">§</a><code>spans: <a class="struct" href="https://doc.rust-lang.org/1.70.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.ShapeSpan.html" title="struct cosmic_text::ShapeSpan">ShapeSpan</a>&gt;</code></span><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-ShapeLine" class="impl"><a class="srclink rightside" href="../src/cosmic_text/shape.rs.html#528-1193">source</a><a href="#impl-ShapeLine" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.ShapeLine.html" title="struct cosmic_text::ShapeLine">ShapeLine</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="srclink rightside" href="../src/cosmic_text/shape.rs.html#532-592">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>(
</div></details><h2 id="fields" class="fields small-section-header">Fields<a href="#fields" class="anchor">§</a></h2><span id="structfield.rtl" class="structfield small-section-header"><a href="#structfield.rtl" class="anchor field">§</a><code>rtl: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.bool.html">bool</a></code></span><span id="structfield.spans" class="structfield small-section-header"><a href="#structfield.spans" class="anchor field">§</a><code>spans: <a class="struct" href="https://doc.rust-lang.org/1.70.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.ShapeSpan.html" title="struct cosmic_text::ShapeSpan">ShapeSpan</a>&gt;</code></span><h2 id="implementations" class="small-section-header">Implementations<a href="#implementations" class="anchor">§</a></h2><div id="implementations-list"><details class="toggle implementors-toggle" open><summary><section id="impl-ShapeLine" class="impl"><a class="srclink rightside" href="../src/cosmic_text/shape.rs.html#528-1194">source</a><a href="#impl-ShapeLine" class="anchor">§</a><h3 class="code-header">impl <a class="struct" href="struct.ShapeLine.html" title="struct cosmic_text::ShapeLine">ShapeLine</a></h3></section></summary><div class="impl-items"><details class="toggle method-toggle" open><summary><section id="method.new" class="method"><a class="srclink rightside" href="../src/cosmic_text/shape.rs.html#532-592">source</a><h4 class="code-header">pub fn <a href="#method.new" class="fn">new</a>(
font_system: &amp;mut <a class="struct" href="struct.FontSystem.html" title="struct cosmic_text::FontSystem">FontSystem</a>,
line: &amp;<a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.str.html">str</a>,
attrs_list: &amp;<a class="struct" href="struct.AttrsList.html" title="struct cosmic_text::AttrsList">AttrsList</a>,
shaping: <a class="enum" href="enum.Shaping.html" title="enum cosmic_text::Shaping">Shaping</a>
) -&gt; Self</h4></section></summary><div class="docblock"><h5 id="panics"><a href="#panics">Panics</a></h5>
<p>Will panic if <code>line</code> contains more than one paragraph.</p>
</div></details><section id="method.layout" class="method"><a class="srclink rightside" href="../src/cosmic_text/shape.rs.html#711-1192">source</a><h4 class="code-header">pub fn <a href="#method.layout" class="fn">layout</a>(
</div></details><section id="method.layout" class="method"><a class="srclink rightside" href="../src/cosmic_text/shape.rs.html#711-1193">source</a><h4 class="code-header">pub fn <a href="#method.layout" class="fn">layout</a>(
&amp;self,
font_size: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.f32.html">f32</a>,
line_width: <a class="primitive" href="https://doc.rust-lang.org/1.70.0/std/primitive.f32.html">f32</a>,
Expand Down
4 changes: 2 additions & 2 deletions implementors/core/clone/trait.Clone.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion implementors/core/cmp/trait.Eq.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4de4b4e

Please sign in to comment.