-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Feature for columns in section, continuous section break, softbreak, hanging paragraph, and normal style #48
Conversation
@@ -39,6 +39,9 @@ | |||
class PHPWord | |||
{ | |||
|
|||
const DEFAULT_FONT_NAME = 'Times New Roman'; | |||
const DEFAULT_FONT_SIZE = 24; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you change default font ? Arial become Times New Roman & 20 become 24.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Um, my bad :) I forgot to set back my personal style to default setup. Will fix it.
Could you update your branch with last updates ? |
Ok. I will do it some time this week or on the weekend. Thanks. |
No, thanks to you :) |
I withdraw this pull request to master branch and send a new one to develop branch. |
Next -> #86 |
Changes: