Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libxutil/
H A DXFontName.c91 GetUnsigned (AverageWidth, FontNameAverageWidth) in XParseFontName()
173 PutUnsigned (AverageWidth, FontNameAverageWidth) in XFormatFontName()
209 CompareUnsigned (AverageWidth, FontNameAverageWidth) in XCompareFontName()
239 CopyUnsigned (AverageWidth, FontNameAverageWidth) in XCopyFontName()
/netbsd-src/external/gpl2/groff/dist/src/include/
H A DXFontName.h33 #define FontNameAverageWidth (1<<12) macro
/netbsd-src/external/gpl2/groff/dist/src/utils/xtotroff/
H A Dxtotroff.c71 attributes &= ~(FontNamePixelSize | FontNameAverageWidth in CanonicalizeFontName()
123 attributes &= ~(FontNamePixelSize | FontNameAverageWidth); in MapFont()
/netbsd-src/external/gpl2/groff/dist/src/devices/xditview/
H A Dfont.c77 fontNameAttributes &= ~(FontNamePixelSize|FontNameAverageWidth); in LookupFontSizeBySize()
156 |FontNameAverageWidth); in InstallFontSizes()
H A DChangeLog408 * font.c (InstallFontSizes): Ignore FontNameAverageWidth component.