mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[PR #141] [MERGED] [WIP] Font #276
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#276
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:font📝 Commits (10+)
a22186bProof of concept fontsa321fd6Inheirit font stylee4e3532Use style prop29f045dMore font attributesb3edcd0Reset demo2891cb2Fixes463a628Font example3a58d19Text transforms, integrate FontButton8a0a66dAdd docsfb99fe1Add StyledText📊 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)?
Closes #138
Some libui bugs:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.