Skip to content

Commit

Permalink
deploy: 845a66c
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Jan 19, 2024
1 parent 3527b47 commit 267bdc8
Show file tree
Hide file tree
Showing 56 changed files with 145 additions and 143 deletions.
14 changes: 7 additions & 7 deletions cosmic_text/struct.CacheKeyFlags.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,7 +2,7 @@
pub rtl: <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.bool.html">bool</a>,
pub spans: <a class="struct" href="https://doc.rust-lang.org/1.75.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.75.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.75.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="src rightside" href="../src/cosmic_text/shape.rs.html#666-1325">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="src rightside" href="../src/cosmic_text/shape.rs.html#670-683">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.75.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.75.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="src rightside" href="../src/cosmic_text/shape.rs.html#666-1327">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="src rightside" href="../src/cosmic_text/shape.rs.html#670-683">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.75.0/std/primitive.str.html">str</a>,
attrs_list: &amp;<a class="struct" href="struct.AttrsList.html" title="struct cosmic_text::AttrsList">AttrsList</a>,
Expand All @@ -26,7 +26,7 @@ <h5 id="panics-1"><a href="#panics-1">Panics</a></h5>
wrap: <a class="enum" href="enum.Wrap.html" title="enum cosmic_text::Wrap">Wrap</a>,
align: <a class="enum" href="https://doc.rust-lang.org/1.75.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="enum" href="enum.Align.html" title="enum cosmic_text::Align">Align</a>&gt;,
match_mono_width: <a class="enum" href="https://doc.rust-lang.org/1.75.0/core/option/enum.Option.html" title="enum core::option::Option">Option</a>&lt;<a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.f32.html">f32</a>&gt;
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.75.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.LayoutLine.html" title="struct cosmic_text::LayoutLine">LayoutLine</a>&gt;</h4></section><section id="method.layout_to_buffer" class="method"><a class="src rightside" href="../src/cosmic_text/shape.rs.html#897-1324">source</a><h4 class="code-header">pub fn <a href="#method.layout_to_buffer" class="fn">layout_to_buffer</a>(
) -&gt; <a class="struct" href="https://doc.rust-lang.org/1.75.0/alloc/vec/struct.Vec.html" title="struct alloc::vec::Vec">Vec</a>&lt;<a class="struct" href="struct.LayoutLine.html" title="struct cosmic_text::LayoutLine">LayoutLine</a>&gt;</h4></section><section id="method.layout_to_buffer" class="method"><a class="src rightside" href="../src/cosmic_text/shape.rs.html#897-1326">source</a><h4 class="code-header">pub fn <a href="#method.layout_to_buffer" class="fn">layout_to_buffer</a>(
&amp;self,
scratch: &amp;mut <a class="struct" href="struct.ShapeBuffer.html" title="struct cosmic_text::ShapeBuffer">ShapeBuffer</a>,
font_size: <a class="primitive" href="https://doc.rust-lang.org/1.75.0/std/primitive.f32.html">f32</a>,
Expand Down
10 changes: 5 additions & 5 deletions rustybuzz/struct.BufferFlags.html

Large diffs are not rendered by default.

Loading

0 comments on commit 267bdc8

Please sign in to comment.