We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want change font family, but there are no options in IStyle. Can I change default font family?
export type IStyle = { height?: number; width?: number; border?: boolean; borderColor?: string; background?: string; fontSize?: number; fontName?: string; color?: string; bold?: boolean; i?: boolean; u?: boolean; h?: IHorizontal; indent?: number; shrinkToFit?: boolean; textRotation?: number; v?: IVertical; wrapText?: boolean; };
The text was updated successfully, but these errors were encountered:
Actually there is an option to change fontFamily. fontName?: string; change it. it works
fontName?: string;
Sorry, something went wrong.
No branches or pull requests
I want change font family, but there are no options in IStyle.
Can I change default font family?
The text was updated successfully, but these errors were encountered: