-
Notifications
You must be signed in to change notification settings - Fork 28
Change font #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
the <Text
font={`13px "Helvetica Neue", "Helvetica", Arial`}
fill="#000000"
alignment="center"
>Hello World </Text> |
Hey, actually I forgot to mention that backquote attribute in my code. It is there and I tried to change the font but it's not working. |
Please paste your code completely here. Have you tried different font such as |
I've used "react-native-simple-gauge" library for displaying Gauge chart in my app. But I also need to show the text below the start and end of gauge shape. So instead of React Native's Text, I've used from React Native ART Library. I have put here the changes I've done in library itself. import React from 'react'; export default class GaugeProgress extends React.Component { circlePath(cx, cy, r, startDegree, endDegree) { extractFill(fill) { render() {
} GaugeProgress.propTypes = { GaugeProgress.defaultProps = { |
Any update on this @Obooman |
Uh oh!
There was an error while loading. Please reload this page.
I want to use other custom font instead of "Helvetica Neue". How can I do this ?
<Text font={
13px "Helvetica Neue", "Helvetica", Arial} fill = "#000000" alignment = "center" > Hello World </Text>
I tried chaging this font but unable to change. Please help
The text was updated successfully, but these errors were encountered: