[PR #141] [MERGED] [WIP] Font #276

Closed
opened 2026-05-05 11:57:47 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kusti8/proton-native/pull/141
Author: @mischnic
Created: 5/20/2018
Status: Merged
Merged: 6/9/2018
Merged by: @kusti8

Base: masterHead: font


📝 Commits (10+)

📊 Changes

24 files changed (+933 additions, -499 deletions)

View changed files

📝 docs/README.md (+5 -5)
📝 docs/_coverpage.md (+2 -2)
📝 docs/_sidebar.md (+6 -4)
📝 docs/about.md (+10 -8)
📝 docs/component_APIs/area_arc.md (+15 -15)
📝 docs/component_APIs/area_bezier.md (+24 -24)
📝 docs/component_APIs/area_circle.md (+9 -9)
📝 docs/component_APIs/area_line.md (+12 -12)
📝 docs/component_APIs/area_props.md (+12 -12)
📝 docs/component_APIs/area_rectangle.md (+12 -12)
docs/component_APIs/area_text.md (+128 -0)
docs/component_APIs/styledtext.md (+32 -0)
📝 docs/manual_install.md (+8 -6)
examples/font.js (+122 -0)
📝 package-lock.json (+155 -246)
📝 package.json (+3 -3)
📝 src/components/Area.js (+262 -94)
📝 src/components/FontButton.js (+15 -1)
📝 src/index.js (+3 -0)
📝 src/react-components/Area.js (+10 -4)

...and 4 more files

📄 Description

That FancyText (not sure about the name) isn't implemented yet
-> How can a React.Component determine the type of it's parents?


@kusti8 What should the default font family and size be (currently Arial 14pt)?

bildschirmfoto 2018-05-22 um 19 37 02

Closes #138

Some libui bugs:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kusti8/proton-native/pull/141 **Author:** [@mischnic](https://github.com/mischnic) **Created:** 5/20/2018 **Status:** ✅ Merged **Merged:** 6/9/2018 **Merged by:** [@kusti8](https://github.com/kusti8) **Base:** `master` ← **Head:** `font` --- ### 📝 Commits (10+) - [`a22186b`](https://github.com/kusti8/proton-native/commit/a22186bc33c3d56a0895e677ea9ffde0a9689ee8) Proof of concept fonts - [`a321fd6`](https://github.com/kusti8/proton-native/commit/a321fd65ce7389077560a4dc7c6df7d22cfd53c0) Inheirit font style - [`e4e3532`](https://github.com/kusti8/proton-native/commit/e4e353218e2c6e814d4e9176cf38065baa78fc0a) Use style prop - [`29f045d`](https://github.com/kusti8/proton-native/commit/29f045d204b66e4b36545964e585f0bf258381da) More font attributes - [`b3edcd0`](https://github.com/kusti8/proton-native/commit/b3edcd061349a846163e71d569b03e49f0fb7c24) Reset demo - [`2891cb2`](https://github.com/kusti8/proton-native/commit/2891cb247c771bb1ba095ccf6d70978313d1c60b) Fixes - [`463a628`](https://github.com/kusti8/proton-native/commit/463a62818813b14b358844c83b1ed62438193e20) Font example - [`3a58d19`](https://github.com/kusti8/proton-native/commit/3a58d19ac1a283d742066b4870b898e04b6fabf6) Text transforms, integrate FontButton - [`8a0a66d`](https://github.com/kusti8/proton-native/commit/8a0a66d7c335fa801797927951ebd15cad212a8f) Add docs - [`fb99fe1`](https://github.com/kusti8/proton-native/commit/fb99fe1434584b850f2ba790c86c7a02f2edda9b) Add StyledText ### 📊 Changes **24 files changed** (+933 additions, -499 deletions) <details> <summary>View changed files</summary> 📝 `docs/README.md` (+5 -5) 📝 `docs/_coverpage.md` (+2 -2) 📝 `docs/_sidebar.md` (+6 -4) 📝 `docs/about.md` (+10 -8) 📝 `docs/component_APIs/area_arc.md` (+15 -15) 📝 `docs/component_APIs/area_bezier.md` (+24 -24) 📝 `docs/component_APIs/area_circle.md` (+9 -9) 📝 `docs/component_APIs/area_line.md` (+12 -12) 📝 `docs/component_APIs/area_props.md` (+12 -12) 📝 `docs/component_APIs/area_rectangle.md` (+12 -12) ➕ `docs/component_APIs/area_text.md` (+128 -0) ➕ `docs/component_APIs/styledtext.md` (+32 -0) 📝 `docs/manual_install.md` (+8 -6) ➕ `examples/font.js` (+122 -0) 📝 `package-lock.json` (+155 -246) 📝 `package.json` (+3 -3) 📝 `src/components/Area.js` (+262 -94) 📝 `src/components/FontButton.js` (+15 -1) 📝 `src/index.js` (+3 -0) 📝 `src/react-components/Area.js` (+10 -4) _...and 4 more files_ </details> ### 📄 Description That `FancyText` (not sure about the name) isn't implemented yet -> How can a React.Component determine the type of it's parents? <br> @kusti8 What should the default font family and size be (currently Arial 14pt)? ![bildschirmfoto 2018-05-22 um 19 37 02](https://user-images.githubusercontent.com/4586894/40379825-88d91d96-5df7-11e8-9f09-d6cbf90925c2.png) Closes #138 Some libui bugs: - align: https://github.com/andlabs/libui/issues/368 - background on Windows: https://github.com/andlabs/libui/issues/347 - underline on macOS: https://github.com/andlabs/libui/issues/322 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:57:47 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/proton-native#276
No description provided.