Skip to content

HwpCharShapeProperty

sboh1214 edited this page Apr 28, 2021 · 2 revisions

HwpCharShapeProperty

public struct HwpCharShapeProperty 

Inheritance

HwpFromUInt

Properties

isItalic

기울임 여부

public var isItalic: Bool

isBold

진하게 여부

public var isBold: Bool

underlineType

밑줄 종류

public var underlineType: HwpUnderlineType

underlineShape

밑줄 모양

public var underlineShape: Int

borderlineType

외곽선 종류

public var borderlineType: HwpBorderLineType

shadowType

그림자 종류

public var shadowType: HwpShadowType

isRelief

양각 여부

public var isRelief: Bool

isCounterRelief

음각 여부

public var isCounterRelief: Bool

isSuperscript

위 첨자 여부

public var isSuperscript: Bool

isSubscript

아래 첨자 여부

public var isSubscript: Bool

reserved

Reserved

public var reserved: Bool

strikethrough

취소선 여부

public var strikethrough: Int

emphasisType

강조점 종류

public var emphasisType: HwpEmphasisType

doesAdjustBlank

글꼴에 어울리는 빈칸 사용 여부

public var doesAdjustBlank: Bool

strikethroughShape

취소선 모양

public var strikethroughShape: Int

isKerning

Kerning 여부

public var isKerning: Bool
Clone this wiki locally