Skip to content
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

Enhance Font Size Handling in Run Object #7

Closed
sabir-aspose opened this issue Nov 6, 2023 · 1 comment
Closed

Enhance Font Size Handling in Run Object #7

sabir-aspose opened this issue Nov 6, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@sabir-aspose
Copy link
Collaborator

Currently, font size is represented as a string, which stores the size as twice the value in Microsoft Word. To align with user expectations and Microsoft Word's behavior, we propose converting it to an integer. When retrieved via OpenXML SDK, it will be divided by 2, and when supplied to OpenXML SDK, it will be multiplied by 2, ensuring consistency for FileFormat.Words API users.

@openize-words openize-words added the enhancement New feature or request label Jun 12, 2024
@openize-words
Copy link
Owner

already resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants