Home | History | Annotate | Download | only in src

Lines Matching refs:lf

115 populate_log_font (LOGFONTW  *lf,
118 memset (lf, 0, sizeof (*lf));
119 lf->lfHeight = -font->y_scale;
120 lf->lfCharSet = DEFAULT_CHARSET;
125 lf->lfFaceName,
126 sizeof (lf->lfFaceName[0]) * LF_FACESIZE)
127 / sizeof (lf->lfFaceName[0]);
140 lf->lfFaceName[i] = hb_be_uint16 (lf->lfFaceName[i]);
141 lf->lfFaceName[len] = 0;