diff options
author | DaeHyun Sung <sungdh86+git@gmail.com> | 2023-06-20 20:24:29 +0900 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-07-03 09:20:25 +0200 |
commit | 4ffa5f2d741368bcc70ec3fd5d5ca1249cfc1e37 (patch) | |
tree | ef0848e6165d805a59023cd768ca79e5119816ad /sw/source/uibase/inc | |
parent | fc5760cfa0609da29f5b794896e7762ba199c5f6 (diff) |
tdf#155947 Korean word default font size is 10pt
Korean word processors(HWP & MS Word) default font size is 10pt.
So, I set to 10pt on LibreOffice Writer.
Change-Id: Ic31332e37b3b450589ded6df243aae6961fdf394
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153324
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/source/uibase/inc')
-rw-r--r-- | sw/source/uibase/inc/fontcfg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/fontcfg.hxx b/sw/source/uibase/inc/fontcfg.hxx index 3fede9ba949d..786b06d869ea 100644 --- a/sw/source/uibase/inc/fontcfg.hxx +++ b/sw/source/uibase/inc/fontcfg.hxx @@ -49,6 +49,7 @@ //pt-size of fonts #define FONTSIZE_DEFAULT 240 +#define FONTSIZE_KOREAN_DEFAULT 200 #define FONTSIZE_CJK_DEFAULT 210 #define FONTSIZE_OUTLINE 280 |