summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hpara.h
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-04-20 09:59:32 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-04-20 10:00:01 +0200
commit0db1e713bde4b16604c2f564fdc785ba0b467242 (patch)
tree9ff5c0e35d0056ac7538856741ea0531925d66be /hwpfilter/source/hpara.h
parent4393bd096c377897cda0b1199ec19d74f42f6132 (diff)
cpplint: [readability/utf8] Line contains invalid UTF-8
Change-Id: I8052539d86fbda5631b31f3163b1c51666153c8c
Diffstat (limited to 'hwpfilter/source/hpara.h')
-rw-r--r--hwpfilter/source/hpara.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/hwpfilter/source/hpara.h b/hwpfilter/source/hpara.h
index a2bae585f505..c49c8b712af8 100644
--- a/hwpfilter/source/hpara.h
+++ b/hwpfilter/source/hpara.h
@@ -53,7 +53,7 @@ class HWPPara;
struct LineInfo
{
-/* ϴ ġ : Ʈ ̸ */
+/* 시작하는 글자의 위치 : 콘트롤은 여러 길이를 가진다 */
/**
* Starting character position
*/
@@ -84,7 +84,7 @@ class DLLEXPORT HWPPara
/**
* Zero is for the new paragraph style.
*/
- unsigned char reuse_shape; /* 0̸ */
+ unsigned char reuse_shape; /* 0이면 새모양 */
unsigned short nch;
unsigned short nline;
@@ -95,15 +95,15 @@ class DLLEXPORT HWPPara
/**
* If the value is 0, all character of paragraph have same style given cshape
*/
- unsigned char contain_cshape; /* 0̸ ڰ ǥ */
+ unsigned char contain_cshape; /* 0이면 모든 글자가 대표 글자 모양 */
unsigned char etcflag;
/**
* Checks the special characters in the paragraph
*/
unsigned long ctrlflag;
unsigned char pstyno;
- CharShape cshape; /* ڰ ϶ */
- ParaShape pshape; /* reuse flag 0̸ */
+ CharShape cshape; /* 글자가 모두 같은 모양일때 */
+ ParaShape pshape; /* reuse flag가 0이면 */
int pno; /* run-time only */
LineInfo *linfo;
@@ -122,7 +122,7 @@ class DLLEXPORT HWPPara
void SetNext(HWPPara *n) { _next = n; };
-/* layout Լ */
+/* layout을 위한 함수 */
/**
* Returns the character sytle of paragraph.
*/