Home
last modified time | relevance | path

Searched refs:kerned_glyphs (Results 1 – 1 of 1) sorted by relevance

/dports/print/lout/lout-3.40/
H A Dz14.c541 FULL_CHAR kerned_glyphs[20]; in KernWordLeftMargin() local
568 if(kerned_glyph_count >= sizeof(kerned_glyphs)) in KernWordLeftMargin()
572 kerned_glyphs[kerned_glyph_count] = *wordp; in KernWordLeftMargin()
575 kerned_glyphs[kerned_glyph_count] = '\0'; in KernWordLeftMargin()
596 z = MakeWord(WORD, kerned_glyphs, &fpos(first_on_line)); in KernWordLeftMargin()
657 FULL_CHAR kerned_glyphs[20]; in KernWordRightMargin() local
684 if(kerned_glyph_count >= sizeof(kerned_glyphs)) in KernWordRightMargin()
688 kerned_glyphs[kerned_glyph_count] = *wordp; in KernWordRightMargin()
691 kerned_glyphs[kerned_glyph_count] = '\0'; in KernWordRightMargin()