iTextSharp.text.pdf.hyphenation.Hyphenation.Hyphenation C# (CSharp) 메소드

Hyphenation() 개인적인 메소드

private Hyphenation ( string word, int points ) : System
word string
points int
리턴 System
        internal Hyphenation(string word, int[] points) {
            this.word = word;
            hyphenPoints = points;
            len = points.Length;
        }